diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1702db..c03f04d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v1.10.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.8.0) (2023-07-21) + - Fixes + - Fixes Breaking Changes +## [v1.9.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.8.0) (2023-07-19) + - Features: + - NRP support added + - Audit logs APIs support + - Contenttype References API support + - Fixes: + - Type correction for ContentstackCollection + - Type correction for BulkOperation + - Type correction for Environment parameter ## [v1.8.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.8.0) (2023-05-11) - Feature - Branches Compare and Merge feature added. diff --git a/package.json b/package.json index 5a4a5242..5d9da936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/management", - "version": "1.8.0", + "version": "1.10.0", "description": "The Content Management API is used to manage the content of your Contentstack account", "main": "./dist/node/contentstack-management.js", "browser": "./dist/web/contentstack-management.js",