Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into version-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Jun 9, 2023
2 parents 64a6a07 + 781fbd1 commit 56ca3f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Changelog

# Changelog

## [v3.0.0](https://github.com/jwt/ruby-jwt/tree/v3.0.0) (FUTURE)

[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.7.0...v3.0.0)
Expand All @@ -19,18 +17,14 @@
- Algorithms moved under the `::JWT::JWA` module ([@anakinj](https://github.com/anakinj))
- Your contribution here

## [v2.8.0](https://github.com/jwt/ruby-jwt/tree/v2.8.0) (NEXT)
## [v2.7.1](https://github.com/jwt/ruby-jwt/tree/v2.8.0) (2023-06-09)

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

**Features:**

- Your contribution here

**Fixes and enhancements:**

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/jwt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module VERSION
# minor version
MINOR = 7
# tiny version
TINY = 0
TINY = 1
# alpha, beta, etc. tag
PRE = nil

Expand Down

0 comments on commit 56ca3f3

Please sign in to comment.