Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 2, 2024
1 parent adc259b commit 4614632
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.5.0"
".": "0.6.0"
}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog

## [0.5.0](https://github.com/anakinj/jwt-eddsa/compare/v0.4.0...v0.5.0) (2024-08-02)
## [0.6.0](https://github.com/anakinj/jwt-eddsa/compare/v0.5.0...v0.6.0) (2024-08-02)


### Features

* Initial version using rbnacl for crypto operations ([#5](https://github.com/anakinj/jwt-eddsa/issues/5)) ([adc259b](https://github.com/anakinj/jwt-eddsa/commit/adc259b68da1a928400e3f7f18dce498939ddef1))

## [0.5.0](https://github.com/anakinj/jwt-eddsa/compare/v0.4.0...v0.5.0) (2024-08-02)
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.5.0"
VERSION = "0.6.0"
end
end

0 comments on commit 4614632

Please sign in to comment.