diff --git a/packages/google-cloud-apigateway/CHANGELOG.md b/packages/google-cloud-apigateway/CHANGELOG.md index 0ed993fac69..5c78045c912 100644 --- a/packages/google-cloud-apigateway/CHANGELOG.md +++ b/packages/google-cloud-apigateway/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/googleapis/nodejs-api-gateway/compare/v2.0.0...v2.1.0) (2022-06-29) + + +### Features + +* support regapic LRO ([#116](https://github.com/googleapis/nodejs-api-gateway/issues/116)) ([b3761fc](https://github.com/googleapis/nodejs-api-gateway/commit/b3761fc10fc5f3160ac29dbebfd86fda99de00e6)) + ## [2.0.0](https://github.com/googleapis/nodejs-api-gateway/compare/v1.2.1...v2.0.0) (2022-05-20) diff --git a/packages/google-cloud-apigateway/package.json b/packages/google-cloud-apigateway/package.json index 19b543683c1..509ad8ecf22 100644 --- a/packages/google-cloud-apigateway/package.json +++ b/packages/google-cloud-apigateway/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/api-gateway", - "version": "2.0.0", + "version": "2.1.0", "description": "Apigateway client for Node.js", "repository": "googleapis/nodejs-api-gateway", "license": "Apache-2.0", diff --git a/packages/google-cloud-apigateway/samples/generated/v1/snippet_metadata.google.cloud.apigateway.v1.json b/packages/google-cloud-apigateway/samples/generated/v1/snippet_metadata.google.cloud.apigateway.v1.json index 0e53f3c89f2..7be057a0962 100644 --- a/packages/google-cloud-apigateway/samples/generated/v1/snippet_metadata.google.cloud.apigateway.v1.json +++ b/packages/google-cloud-apigateway/samples/generated/v1/snippet_metadata.google.cloud.apigateway.v1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-apigateway", - "version": "2.0.0", + "version": "2.1.0", "language": "TYPESCRIPT", "apis": [ { diff --git a/packages/google-cloud-apigateway/samples/package.json b/packages/google-cloud-apigateway/samples/package.json index fa67e040bec..5e7c64badf8 100644 --- a/packages/google-cloud-apigateway/samples/package.json +++ b/packages/google-cloud-apigateway/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/api-gateway": "^2.0.0" + "@google-cloud/api-gateway": "^2.1.0" }, "devDependencies": { "c8": "^7.3.0",