Skip to content

Commit

Permalink
[TASK] Prepare the 8.0.0 release (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Aug 12, 2024
1 parent 94824a7 commit 29b65dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,26 @@ about why a change log is important.
## x.y.z

### Added
- Add official support for Ruby 3.3 (#177)

### Changed

### Deprecated

### Removed
- Drop support for Ruby 3.0 (#184)

### Fixed

### Security

## x.y.z

### Added
- Add support for Rails 7.2 (#193)
- Add official support for Ruby 3.3 (#177)

### Removed
- Drop support for Ruby 3.0 (#184)

## 7.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 = '7.0.0'
VERSION = '8.0.0'
end

0 comments on commit 29b65dd

Please sign in to comment.