Skip to content

Commit

Permalink
Bump v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Jul 4, 2022
1 parent 67c8e6c commit 7461916
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres
to [Semantic Versioning].

## [3.0.5] [2022-20-01]
## [3.1.0] [2022-07-04]

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

## [3.0.5] [2022-01-20]

### Fixed
- Don't remove public_send method from Scope (@mrexox)
Expand Down Expand Up @@ -495,3 +500,5 @@ formats will be added.
[3.0.2]: https://github.com/evilmartians/evil-client/compare/v3.0.1...v3.0.2
[3.0.3]: https://github.com/evilmartians/evil-client/compare/v3.0.2...v3.0.3
[3.0.4]: https://github.com/evilmartians/evil-client/compare/v3.0.3...v3.0.4
[3.0.5]: https://github.com/evilmartians/evil-client/compare/v3.0.4...v3.0.5
[3.1.0]: https://github.com/evilmartians/evil-client/compare/v3.0.5...v3.1.0
2 changes: 1 addition & 1 deletion evil-client.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "evil-client"
gem.version = "3.0.4"
gem.version = "3.1.0"
gem.author = ["Andrew Kozin (nepalez)", "Ravil Bairamgalin (brainopia)"]
gem.email = ["andrew.kozin@gmail.com", "nepalez@evilmartians.com"]
gem.homepage = "https://github.com/evilmartians/evil-client"
Expand Down

0 comments on commit 7461916

Please sign in to comment.