From ec2725789e062fc93df9c9a9d57acfe847187702 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 4 May 2024 13:23:56 -0400 Subject: [PATCH] version bump to v2.6.0 --- CHANGELOG.md | 7 ++++--- lib/tailwindcss/version.rb | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0db08d..90c49f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## unreleased +## v2.6.0 / 2024-05-04 +* Increase form input field border contrast. (#356) @olivierlacan * Bring the scaffold templates up to date with rails/rails. (#357, #359) @kinsomicrote -* Drop support for Rails 6.0, which reached end-of-life in June 2023. -* Drop feature and bug fix support for Rails 6.1. The previous minor release will still receive security support while Rails 6.1 is supported. +* Drop support for Rails 6.0, which reached end-of-life in June 2023. (#358) @flavorjones +* Drop feature and bug fix support for Rails 6.1. The previous minor release will still receive security support while Rails 6.1 is supported. (#359) @flavorjones ## v2.5.0 / 2024-04-27 diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 53892fe..0775ed7 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "2.5.0" + VERSION = "2.6.0" end