Skip to content

Commit

Permalink
[TASK] Prepare the 6.0.0 release (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Apr 1, 2022
1 parent 85b2987 commit 7863386
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,29 @@ about why a change log is important.
## x.y.z

### Added
- Add support for Rails 7.0 (#131)
- Add support for Ruby 3.1 (#143)

### Changed

### Deprecated

### Removed
- Drop support for Ruby 2.5 and 2.6 (#127, #145)

### Fixed
- Avoid modifying a frozen array in Ruby 3 (#135)

### Security

## 6.0.0

### Added
- Add support for Rails 7.0 (#131)
- Add support for Ruby 3.1 (#143)

### Removed
- Drop support for Ruby 2.5 and 2.6 (#127, #145)

### Fixed
- Avoid modifying a frozen array in Ruby 3 (#135)

## 5.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 = '5.0.0'
VERSION = '6.0.0'
end

0 comments on commit 7863386

Please sign in to comment.