Skip to content

Commit

Permalink
Preparing 2.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Oct 5, 2023
1 parent 5153420 commit 4fc1dec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## 2.19.0 (Development)
## 2.19.0 (October 5, 2023) [](https://github.com/kpumuk/meta-tags/compare/v2.18.0...v2.19.0)

Changes:

- Switched code style from custom rules to Standard ([246](https://github.com/kpumuk/meta-tags/pull/251)).
- Switched from testing Rails using environment variables to Appraisal gem ([251](https://github.com/kpumuk/meta-tags/pull/247)).
- Ruby 2.7 is minimum supported version ([257](https://github.com/kpumuk/meta-tags/pull/257/))
- Added support for Rails 7.1 ([267](https://github.com/kpumuk/meta-tags/pull/267))

## 2.18.0 (September 15, 2022) [](https://github.com/kpumuk/meta-tags/compare/v2.17.0...v2.18.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Search Engine Optimization (SEO) plugin for Ruby on Rails applications.
## Ruby on Rails

MetaTags main branch fully supports Ruby on Rails 5.1+, and is tested against all
major Rails releases up to 7.0.
major Rails releases up to 7.1.

Ruby versions older than 2.7 are no longer officially supported.

Expand Down
2 changes: 1 addition & 1 deletion lib/meta_tags/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module MetaTags
# Gem version.
VERSION = "2.18.0"
VERSION = "2.19.0"
public_constant :VERSION
end

0 comments on commit 4fc1dec

Please sign in to comment.