Skip to content

Commit 61b2906

Browse files
authored
Merge pull request #315 from jwt/release/2.2.0
Release 2.2.0
2 parents 7a6a3f1 + 8a509c1 commit 61b2906

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

3-
## [2.2.0-beta.0](https://github.com/jwt/ruby-jwt/tree/2.2.0-beta.0) (2019-03-20)
4-
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.1.0...2.2.0-beta.0)
3+
## [v2.2.0](https://github.com/jwt/ruby-jwt/tree/v2.2.0) (2019-03-20)
4+
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.1.0...v2.2.0)
55

66
**Implemented enhancements:**
77

lib/jwt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module VERSION
1616
# tiny version
1717
TINY = 0
1818
# alpha, beta, etc. tag
19-
PRE = 'beta.0'
19+
PRE = nil
2020

2121
# Build version string
2222
STRING = [[MAJOR, MINOR, TINY].compact.join('.'), PRE].compact.join('-')

0 commit comments

Comments
 (0)