diff --git a/CHANGELOG.md b/CHANGELOG.md index 9795249..fa699e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## next / unreleased +## v2.4.0 / 2024-04-08 +* Update to [Tailwind CSS v3.4.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.3) from v3.4.1 by @flavorjones * The `tailwindcss:watch` task handles interrupts more cleanly. (#318, #336) @davidcelis diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index bd5ad17..9e7d354 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "2.3.0" + VERSION = "2.4.0" end