Skip to content

Commit

Permalink
V9.1.0: Add support for Ruby 3.4 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Dec 26, 2024
1 parent 1708dd5 commit b92e553
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ about why a change log is important.

### Added

- Add support for Ruby 3.4 (#206)

### Changed

### Deprecated
Expand All @@ -22,6 +20,10 @@ about why a change log is important.

### Security

## 9.1.0: Add support for Ruby 3.4

- Add support for Ruby 3.4 (#206)

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

### 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 = '9.0.0'
VERSION = '9.1.0'
end

0 comments on commit b92e553

Please sign in to comment.