Skip to content

Commit

Permalink
Bump v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Jun 18, 2022
1 parent a191f22 commit 4a7fdd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.0] - [2022-06-18]

### Added
- Support for Ruby 3+ (HolyWalley)

## [2.1.0] - [2021-11-30]

### Fixed
Expand Down Expand Up @@ -225,3 +230,4 @@ This is a first public release (@nepalez, @charlie-wasp, @JewelSam, @sergey-chec
[2.0.0]: https://github.com/tram-rb/tram-policy/compare/v1.0.1...v2.0.0
[2.0.1]: https://github.com/tram-rb/tram-policy/compare/v2.0.0...v2.0.1
[2.1.0]: https://github.com/tram-rb/tram-policy/compare/v2.0.1...v2.1.0
[2.1.0]: https://github.com/tram-rb/tram-policy/compare/v2.1.0...v2.2.0
2 changes: 1 addition & 1 deletion tram-policy.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "tram-policy"
gem.version = "2.1.0"
gem.version = "2.2.0"
gem.author = ["Viktor Sokolov (gzigzigzeo)", "Andrew Kozin (nepalez)"]
gem.email = "[email protected]"
gem.homepage = "https://github.com/tram-rb/tram-policy"
Expand Down

0 comments on commit 4a7fdd8

Please sign in to comment.