diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fdb1b..52f9769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## next / unreleased + +* Update to [Tailwind CSS v3.2.0](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.0) by [@domchristie](https://github.com/domchristie) in [#209](https://github.com/rails/tailwindcss-rails/pull/209). + + ## v2.0.14 / 2022-09-19 * Work around [upstream rubygems issue](https://github.com/rubygems/rubygems/issues/5938) on `musl` platforms. [[#200](https://github.com/rails/tailwindcss-rails/issues/200)] diff --git a/lib/tailwindcss/upstream.rb b/lib/tailwindcss/upstream.rb index 89e5864..305091f 100644 --- a/lib/tailwindcss/upstream.rb +++ b/lib/tailwindcss/upstream.rb @@ -1,7 +1,7 @@ module Tailwindcss # constants describing the upstream tailwindcss project module Upstream - VERSION = "v3.1.8" + VERSION = "v3.2.0" # rubygems platform name => upstream release filename NATIVE_PLATFORMS = {