From d0c0590390e698586554e6769f6ec5e296d99c5b Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 2 Oct 2024 08:43:23 -0400 Subject: [PATCH] version bump to v2.7.7 --- CHANGELOG.md | 5 +++++ lib/tailwindcss/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59afb8e..63d2e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 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 + + ## v2.7.6 / 2024-09-23 * Update to [Tailwind CSS v3.4.13](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13) @flavorjones diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 83f9738..6f84913 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "2.7.6" + VERSION = "2.7.7" end