diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cbd3e3..c6fbc2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.1](https://github.com/googleapis/nodejs-contact-center-insights/compare/v2.0.0...v2.0.1) (2022-06-07) + + +### Bug Fixes + +* **deps:** update dependency @google-cloud/bigquery to v6 ([#127](https://github.com/googleapis/nodejs-contact-center-insights/issues/127)) ([9220f45](https://github.com/googleapis/nodejs-contact-center-insights/commit/9220f45cad762190ac63c2ae4470fc030d0e7f1b)) +* **deps:** update dependency @google-cloud/pubsub to v3 ([#126](https://github.com/googleapis/nodejs-contact-center-insights/issues/126)) ([646b35d](https://github.com/googleapis/nodejs-contact-center-insights/commit/646b35d2bcbb730d5e9c57c43d805c48f86efd44)) + ## [2.0.0](https://github.com/googleapis/nodejs-contact-center-insights/compare/v1.11.0...v2.0.0) (2022-05-12) diff --git a/package.json b/package.json index 3af5da3..750ccf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/contact-center-insights", - "version": "2.0.0", + "version": "2.0.1", "description": "contactcenterinsights client for Node.js", "repository": "googleapis/nodejs-contact-center-insights", "license": "Apache-2.0", diff --git a/samples/generated/v1/snippet_metadata.google.cloud.contactcenterinsights.v1.json b/samples/generated/v1/snippet_metadata.google.cloud.contactcenterinsights.v1.json index 7a201e9..f1e539f 100644 --- a/samples/generated/v1/snippet_metadata.google.cloud.contactcenterinsights.v1.json +++ b/samples/generated/v1/snippet_metadata.google.cloud.contactcenterinsights.v1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-contactcenterinsights", - "version": "2.0.0", + "version": "2.0.1", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/package.json b/samples/package.json index bb71717..27b7440 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@google-cloud/bigquery": "^6.0.0", - "@google-cloud/contact-center-insights": "^2.0.0", + "@google-cloud/contact-center-insights": "^2.0.1", "@google-cloud/pubsub": "^3.0.0" }, "devDependencies": {