Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: release 2.9.0 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 14, 2021
1 parent ec5660d commit 98683a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://www.npmjs.com/package/@google-cloud/kms?activeTab=versions

## [2.9.0](https://github.com/googleapis/nodejs-kms/compare/v2.8.1...v2.9.0) (2021-10-14)


### Features

* add OAEP+SHA1 to the list of supported algorithms ([#503](https://github.com/googleapis/nodejs-kms/issues/503)) ([00cc42e](https://github.com/googleapis/nodejs-kms/commit/00cc42ed9a30650fc88d27c8205e08bb305dd0f8))
* add RPC retry information for MacSign, MacVerify, and GenerateRandomBytes Committer: [@bdhess](https://github.com/bdhess) ([#506](https://github.com/googleapis/nodejs-kms/issues/506)) ([08cd155](https://github.com/googleapis/nodejs-kms/commit/08cd15524662ba81a35761df592ea8ce1557e023))

### [2.8.1](https://github.com/googleapis/nodejs-kms/compare/v2.8.0...v2.8.1) (2021-09-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/kms",
"description": "Google Cloud Key Management Service (KMS) API client for Node.js",
"version": "2.8.1",
"version": "2.9.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "c8 mocha --recursive test/ --timeout=800000"
},
"dependencies": {
"@google-cloud/kms": "^2.8.1",
"@google-cloud/kms": "^2.9.0",
"fast-crc32c": "^2.0.0",
"jslint": "^0.12.1"
},
Expand Down

0 comments on commit 98683a9

Please sign in to comment.