Skip to content

Commit

Permalink
[TASK] Prepare the release of version 9.0.0 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Nov 8, 2024
1 parent 0ed7a8f commit bab7861
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,26 @@ about why a change log is important.

### Added

- Add support for Rails 8.0 (#197)

### Changed

### Deprecated

### Removed

- Drop support for Rails 6.1 (#201)

### Fixed

### Security

## 9.0.0: Add support for Rails 8.0, drop support for Rails 6.1

### Added

- Add support for Rails 8.0 (#197)

### Removed

- Drop support for Rails 6.1 (#201)

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

0 comments on commit bab7861

Please sign in to comment.