Skip to content

Commit 781fbd1

Browse files
committed
Bump version to 2.7.1
1 parent 7781a97 commit 781fbd1

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
# Changelog
22

3-
# Changelog
4-
5-
## [v2.8.0](https://github.com/jwt/ruby-jwt/tree/v2.8.0) (NEXT)
3+
## [v2.7.1](https://github.com/jwt/ruby-jwt/tree/v2.8.0) (2023-06-09)
64

75
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.7.0...v2.8.0)
86

9-
**Features:**
10-
11-
- Your contribution here
12-
137
**Fixes and enhancements:**
148

159
- Handle invalid algorithm when decoding JWT [#559](https://github.com/jwt/ruby-jwt/pull/559) - [@nataliastanko](https://github.com/nataliastanko)
1610
- Do not raise error when verifying bad HMAC signature [#563](https://github.com/jwt/ruby-jwt/pull/563) - [@hieuk09](https://github.com/hieuk09)
17-
- Your contribution here
1811

1912
## [v2.7.0](https://github.com/jwt/ruby-jwt/tree/v2.7.0) (2023-02-01)
2013

lib/jwt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module VERSION
1313
# minor version
1414
MINOR = 7
1515
# tiny version
16-
TINY = 0
16+
TINY = 1
1717
# alpha, beta, etc. tag
1818
PRE = nil
1919

0 commit comments

Comments
 (0)