Skip to content

Commit

Permalink
release 12.0.0
Browse files Browse the repository at this point in the history
close #1134
  • Loading branch information
seuros committed Nov 9, 2024
1 parent 5b66e47 commit 69e6bff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,11 +569,11 @@ Versions >= 7.x are compatible with Ruby 2.3.7+ and Rails 5 and 6.

Versions >= 8.x are compatible with Ruby 2.3.7+ and Rails 5 and 6.

Versions >= 9.x are compatible with Ruby 2.5.0 and Rails 6 and 7.
Versions >= 9.x are compatible with Ruby 2.5.0 and Rails 6 and 7.0.

Versions >= 11.x are compatible with Ruby 3.1.0 and Rails 7.
Versions >= 11.x are compatible with Ruby 3.1.0 and Rails 7.0 and 7.1.

Versions >= 12.x are compatible with Ruby 3.2.0 and Rails 7.1 and 8.0.
Versions >= 12.x are compatible with Ruby 3.2.0 and Rails 7.1, 7.2 and 8.0.

For an up-to-date roadmap, see https://github.com/mbleigh/acts-as-taggable-on/milestones

Expand Down
2 changes: 1 addition & 1 deletion lib/acts-as-taggable-on/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActsAsTaggableOn
VERSION = '11.0.0'
VERSION = '12.0.0'
end

0 comments on commit 69e6bff

Please sign in to comment.