diff --git a/CHANGELOG.md b/CHANGELOG.md index 574fa2d..c49225d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.2.3](https://github.com/googleapis/nodejs-artifact-registry/compare/v1.2.2...v1.2.3) (2022-02-03) + + +### Bug Fixes + +* **artifactregistry:** add missing HTTP rules to service config ([#109](https://github.com/googleapis/nodejs-artifact-registry/issues/109)) ([d718ff7](https://github.com/googleapis/nodejs-artifact-registry/commit/d718ff7cdd230c08dd79943ff118232ba87febb3)) + ### [1.2.2](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.2.1...v1.2.2) (2021-12-30) diff --git a/package.json b/package.json index 2ad7bc8..0359048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/artifact-registry", - "version": "1.2.2", + "version": "1.2.3", "description": "Artifactregistry client for Node.js", "repository": "googleapis/nodejs-artifact-registry", "license": "Apache-2.0", diff --git a/samples/package.json b/samples/package.json index f058d67..20588b8 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/artifact-registry": "^1.2.2" + "@google-cloud/artifact-registry": "^1.2.3" }, "devDependencies": { "c8": "^7.1.0",