Skip to content

Commit

Permalink
Merge pull request #1 from anakinj/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.2.0
  • Loading branch information
anakinj authored Sep 20, 2024
2 parents 7e01e33 + e71aa8c commit 1bcdb95
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1.0"
".": "0.2.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.2.0](https://github.com/anakinj/jwt-kms/compare/v0.1.0...v0.2.0) (2024-09-20)


### Features

* Support all HMAC algos ([eb09bd3](https://github.com/anakinj/jwt-kms/commit/eb09bd3a7ba6cc932ce8c96dffa696d04d36e59a))
2 changes: 1 addition & 1 deletion lib/jwt/kms/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module JWT
module KMS
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 1bcdb95

Please sign in to comment.