diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b2dd2..fc6574f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/googleapis/nodejs-contact-center-insights/compare/v1.10.0...v1.11.0) (2022-03-23) + + +### Features + +* promote to stable ([#106](https://github.com/googleapis/nodejs-contact-center-insights/issues/106)) ([0c3b5f9](https://github.com/googleapis/nodejs-contact-center-insights/commit/0c3b5f9c1b0e94a2a6b06aef2b3b209293160773)), closes [#7](https://github.com/googleapis/nodejs-contact-center-insights/issues/7) + ## [1.10.0](https://github.com/googleapis/nodejs-contact-center-insights/compare/v1.9.0...v1.10.0) (2022-01-20) diff --git a/package.json b/package.json index 02172d3..c2361f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/contact-center-insights", - "version": "1.10.0", + "version": "1.11.0", "description": "contactcenterinsights client for Node.js", "repository": "googleapis/nodejs-contact-center-insights", "license": "Apache-2.0", diff --git a/samples/package.json b/samples/package.json index 612418d..e714e31 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@google-cloud/bigquery": "^5.7.1", - "@google-cloud/contact-center-insights": "^1.9.0", + "@google-cloud/contact-center-insights": "^1.11.0", "@google-cloud/pubsub": "^2.17.0" }, "devDependencies": {