Skip to content

Commit

Permalink
chore(main): release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 24, 2024
1 parent 4c674a2 commit 684d40f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.7.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lib/jwt/eddsa/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module JWT
module EdDSA
VERSION = "0.7.0"
VERSION = "0.7.1"
end
end

0 comments on commit 684d40f

Please sign in to comment.