Skip to content

Commit

Permalink
Bump up version (3.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Apr 23, 2024
1 parent df4f2e8 commit caef96d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

<!--
Prefix your message with one of the following:
- [Added] for new features.
- [Changed] for changes in existing functionality.
- [Deprecated] for soon-to-be removed features.
- [Removed] for now removed features.
- [Fixed] for any bug fixes.
- [Security] in case of vulnerabilities.
-->

## 3.0.0 - Apr 22, 2024

- [Changed] Plugin is not activated globally by default anymore; add
`Permalink.active_record` to your model or `ApplicationRecord`.
- [Changed] Required ruby version is now 3.2 or newer.
4 changes: 2 additions & 2 deletions lib/permalink/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

module Permalink
module Version
MAJOR = 2
MINOR = 1
MAJOR = 3
MINOR = 0
PATCH = 0
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}".freeze
end
Expand Down

0 comments on commit caef96d

Please sign in to comment.