Skip to content

Commit

Permalink
Bump gem-release to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Oct 12, 2020
1 parent 87a3ded commit e27de34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v2.2.0 - 2020-10-12

### Added

- Allow version bump to specific prerelease version number
(PR: https://github.com/svenfuchs/gem-release/pull/97)

## v2.1.1 - 2019-10-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/gem/release/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Gem
module Release
VERSION = '2.1.1'
VERSION = '2.2.0'
end
end

0 comments on commit e27de34

Please sign in to comment.