Skip to content

Commit

Permalink
[TASK] Prepare the 7.0.0 release (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Oct 6, 2023
1 parent 463c90b commit 353d6c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,28 @@ about why a change log is important.
## x.y.z

### Added
- Add support for Rails 7.1 (#166)
- Add official support for Ruby 3.2 (#157)

### Changed

### Deprecated

### Removed
- Drop support for Rails 6.0 (#168)
- Drop support for Rails 5.2 (#164)
- Drop support for Ruby 2.7 (#163)

### Fixed

### Security

## 7.0.0

### Added
- Add support for Rails 7.1 (#166)
- Add official support for Ruby 3.2 (#157)

### Removed
- Drop support for Rails 6.0 (#168)
- Drop support for Rails 5.2 (#164)
- Drop support for Ruby 2.7 (#163)

## 6.0.0

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

module PageTitleHelper
VERSION = '6.0.0'
VERSION = '7.0.0'
end

0 comments on commit 353d6c6

Please sign in to comment.