diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..02f17d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0217237..39da7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/jwt/ruby-jwt-eddsa/compare/v0.8.0...v0.8.1) (2025-06-27) + + +### Bug Fixes + +* Change the urls for the repo ([#22](https://github.com/jwt/ruby-jwt-eddsa/issues/22)) ([238d2ed](https://github.com/jwt/ruby-jwt-eddsa/commit/238d2ed6719d8f5e83e74907ac7ea81b4184bf05)) + ## [0.8.0](https://github.com/anakinj/jwt-eddsa/compare/v0.7.1...v0.8.0) (2024-09-15) diff --git a/lib/jwt/eddsa/version.rb b/lib/jwt/eddsa/version.rb index 62cf5d2..2bd173b 100644 --- a/lib/jwt/eddsa/version.rb +++ b/lib/jwt/eddsa/version.rb @@ -2,6 +2,6 @@ module JWT module EdDSA - VERSION = "0.8.0" + VERSION = "0.8.1" end end