From 684d40fba37d303233cb6df583d2bb08f9b2776e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 07:45:59 +0000 Subject: [PATCH] chore(main): release 0.7.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/jwt/eddsa/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 478d4ff..0b1e808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/anakinj/jwt-eddsa/compare/v0.7.0...v0.7.1) (2024-08-24) + + +### Bug Fixes + +* Compatibility with ruby-jwt ([#17](https://github.com/anakinj/jwt-eddsa/issues/17)) ([4c674a2](https://github.com/anakinj/jwt-eddsa/commit/4c674a2d628781d6dcc873198f6334a506983cc0)) + ## [0.7.0](https://github.com/anakinj/jwt-eddsa/compare/v0.6.0...v0.7.0) (2024-08-04) diff --git a/lib/jwt/eddsa/version.rb b/lib/jwt/eddsa/version.rb index 5d85d17..7508371 100644 --- a/lib/jwt/eddsa/version.rb +++ b/lib/jwt/eddsa/version.rb @@ -2,6 +2,6 @@ module JWT module EdDSA - VERSION = "0.7.0" + VERSION = "0.7.1" end end