Skip to content

Commit

Permalink
chore(main): release 1.0.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 Sep 28, 2024
1 parent 9bf2d28 commit a5ee5ca
Show file tree
Hide file tree
Showing 3 changed files with 14 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.6.0"
".": "1.0.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.0](https://github.com/anakinj/jwt-aws-kms/compare/v0.6.0...v1.0.0) (2024-09-28)


### ⚠ BREAKING CHANGES

* HMAC and asymmetric algorithm (RSA) support ([#5](https://github.com/anakinj/jwt-aws-kms/issues/5))

### Features

* HMAC and asymmetric algorithm (RSA) support ([#5](https://github.com/anakinj/jwt-aws-kms/issues/5)) ([9bf2d28](https://github.com/anakinj/jwt-aws-kms/commit/9bf2d2819a5b72698d9bbf6726e6f0e818a0486a))
* RSA algo support ([0ca6880](https://github.com/anakinj/jwt-aws-kms/commit/0ca688085fae512080a1443bcd4ed20824141e98))

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


Expand Down
2 changes: 1 addition & 1 deletion lib/jwt/aws/kms/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module JWT
module Aws
module KMS
VERSION = "0.6.0"
VERSION = "1.0.0"
end
end
end

0 comments on commit a5ee5ca

Please sign in to comment.