diff --git a/CHANGELOG.md b/CHANGELOG.md index f9fe49c..30bff8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.23.0](https://github.com/cloudgraphdev/sdk/compare/0.22.1...0.23.0) (2023-07-18) + + +### Features + +* **api:** add errors to result interface ([6b66fce](https://github.com/cloudgraphdev/sdk/commit/6b66fcefc6a6f237ea07b8e66d5a7583191e4b2e)) + # [0.23.0-beta.1](https://github.com/cloudgraphdev/sdk/compare/0.22.1...0.23.0-beta.1) (2023-07-18) diff --git a/package.json b/package.json index 302b5b6..d3f11b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudgraph/sdk", - "version": "0.23.0-beta.1", + "version": "0.23.0", "description": "SDK for cloud graph providers and cli", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",