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

chore: release 2.9.0 #507

Merged
merged 1 commit into from
Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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