diff --git a/CHANGELOG.md b/CHANGELOG.md index e01afaa..b165388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next / unreleased +## v2.2.0 / 2023-01-04 * Introduce a Puma plugin to manage the Tailwind "watch" process from `rails server`. (#300) @npezza93 * Lazily load the debugger gem when running `bin/dev` (#292) @elia diff --git a/Gemfile.lock b/Gemfile.lock index 0a7c462..6a50164 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tailwindcss-rails (2.1.0) + tailwindcss-rails (2.2.0) railties (>= 6.0.0) GEM diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 75b3845..8c83c66 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "2.1.0" + VERSION = "2.2.0" end