From 3bc76bd4894d54fa73d9a561f100cecb68bf1dbe Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 19 Feb 2021 12:39:29 +0100 Subject: [PATCH] [TASK] Prepare the 5.0.0 release (#126) Part of #125 --- CHANGELOG.md | 20 ++++++++++++++------ lib/page_title_helper/version.rb | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a4196..629f90d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/lib/page_title_helper/version.rb b/lib/page_title_helper/version.rb index 23bf072..2c02505 100644 --- a/lib/page_title_helper/version.rb +++ b/lib/page_title_helper/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PageTitleHelper - VERSION = '4.0.0' + VERSION = '5.0.0' end