diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a78f8..39f9bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## next / unreleased -## v3.3.0 / unreleased +## v3.3.0 / 2025-01-19 -* Add support for running the puma plugin outside of `rails server`. (#458) @flavorjones +* Add support for using the puma plugin in a standalone puma process (outside of `rails server`). (#458) @flavorjones ## v3.2.0 / 2025-01-10 diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 9e5b6e3..5c30193 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "3.2.0" + VERSION = "3.3.0" end