Skip to content

Commit

Permalink
[TASK] Prepare the 5.0.0 release (#126)
Browse files Browse the repository at this point in the history
Part of #125
  • Loading branch information
oliverklee authored Feb 19, 2021
1 parent 778c0ec commit 3bc76bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,25 @@ about why a change log is important.
## x.y.z

### Added
- Add support for Ruby 3 (#120)
- Add automatic gem release (#122)
- Add support for Rails 6.1 (#113, #114)
- Officially support Ruby 2.7 (#103)

### Changed

### Deprecated

### Removed

### Fixed

### Security

## 5.0.0

### Added
- Add support for Ruby 3 (#120)
- Add automatic gem release (#122)
- Add support for Rails 6.1 (#113, #114)
- Officially support Ruby 2.7 (#103)

### Removed
- Drop support for Ruby 2.4 (#109)
- Drop support for Rails < 5.2 (#104)
Expand All @@ -26,8 +36,6 @@ about why a change log is important.
- Use a better-maintained Ruby setup for the CI (#121)
- Fix warnings in the `.travis.yml` (#106)

### Security

## 4.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 = '4.0.0'
VERSION = '5.0.0'
end

0 comments on commit 3bc76bd

Please sign in to comment.