Skip to content

Commit

Permalink
version bump to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 4, 2024
1 parent fe75869 commit ec27257
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
VERSION = "2.5.0"
VERSION = "2.6.0"
end

0 comments on commit ec27257

Please sign in to comment.