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

Commit dd7cb15

Browse files
chore: release 2.5.0 (#526)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 95592f2 commit dd7cb15

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
## [2.5.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.4...v2.5.0) (2021-09-07)
8+
9+
10+
### Features
11+
12+
* remove v1beta2 API surface ([#530](https://www.github.com/googleapis/nodejs-dataproc/issues/530)) ([95592f2](https://www.github.com/googleapis/nodejs-dataproc/commit/95592f29584aa4b421e447f8bbdedaf9896371d1))
13+
* turns on self-signed JWT feature flag ([#525](https://www.github.com/googleapis/nodejs-dataproc/issues/525)) ([e4251d8](https://www.github.com/googleapis/nodejs-dataproc/commit/e4251d8160d4dac847d0c65832685288cbf216ce))
14+
715
### [2.4.4](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.3...v2.4.4) (2021-08-17)
816

917

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dataproc",
33
"description": "Google Cloud Dataproc API client for Node.js",
4-
"version": "2.4.4",
4+
"version": "2.5.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test --timeout 600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/dataproc": "^2.4.4",
17+
"@google-cloud/dataproc": "^2.5.0",
1818
"@google-cloud/storage": "^5.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)