diff --git a/CHANGELOG.md b/CHANGELOG.md index 2220e78..02a804b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## next / unreleased +## v2.5.0 / 2024-04-27 -* Remove the `@tailwindcss/aspect-ratio` plugin from the `tailwind.config.js` that gets installed by the generator. (#344) @flavorjones @searls +* Remove the `@tailwindcss/aspect-ratio` plugin from the `tailwind.config.js` that gets installed by the generator. This plugin was originally a polyfill until Safari 15 was released (in Fall 2021), and so is beyond its useful lifetime for anyone not targetting ancient browsers. (#344) @flavorjones @searls ## v2.4.1 / 2024-04-25 diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 11458af..53892fe 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "2.4.1" + VERSION = "2.5.0" end