diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d2e03..3295be9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.7.8 / 2024-10-08 + +* Fix the scaffold form template to render checkboxes properly. (#416) @enderahmetyurt + + ## v2.7.7 / 2024-10-02 * Proactively support changes to Rails's authentication templates shipping in Rails 8.0.0.beta2 (which is not yet released). (#407, #408) @seanpdoyle @flavorjones diff --git a/Gemfile.lock b/Gemfile.lock index 922d259..a629281 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tailwindcss-rails (2.7.6) + tailwindcss-rails (2.7.8) railties (>= 7.0.0) GEM diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 6f84913..49a6721 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "2.7.7" + VERSION = "2.7.8" end