Skip to content

Commit 7461916

Browse files
committed
Bump v3.1.0
1 parent 67c8e6c commit 7461916

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog], and this project adheres
55
to [Semantic Versioning].
66

7-
## [3.0.5] [2022-20-01]
7+
## [3.1.0] [2022-07-04]
8+
9+
### Added
10+
- Support for Ruby 3+ (@HolyWalley)
11+
12+
## [3.0.5] [2022-01-20]
813

914
### Fixed
1015
- Don't remove public_send method from Scope (@mrexox)
@@ -495,3 +500,5 @@ formats will be added.
495500
[3.0.2]: https://github.com/evilmartians/evil-client/compare/v3.0.1...v3.0.2
496501
[3.0.3]: https://github.com/evilmartians/evil-client/compare/v3.0.2...v3.0.3
497502
[3.0.4]: https://github.com/evilmartians/evil-client/compare/v3.0.3...v3.0.4
503+
[3.0.5]: https://github.com/evilmartians/evil-client/compare/v3.0.4...v3.0.5
504+
[3.1.0]: https://github.com/evilmartians/evil-client/compare/v3.0.5...v3.1.0

evil-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |gem|
22
gem.name = "evil-client"
3-
gem.version = "3.0.4"
3+
gem.version = "3.1.0"
44
gem.author = ["Andrew Kozin (nepalez)", "Ravil Bairamgalin (brainopia)"]
55
gem.email = ["andrew.kozin@gmail.com", "nepalez@evilmartians.com"]
66
gem.homepage = "https://github.com/evilmartians/evil-client"

0 commit comments

Comments
 (0)