diff --git a/.changeset/add-zod-schemas.md b/.changeset/add-zod-schemas.md deleted file mode 100644 index c77c9af..0000000 --- a/.changeset/add-zod-schemas.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'scope3': minor ---- - -Add auto-generated Zod schemas from OpenAPI spec with drift detection and schema regeneration workflows diff --git a/CHANGELOG.md b/CHANGELOG.md index e67c842..23ce60b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @scope3/agentic-client +## 2.2.0 + +### Minor Changes + +- [#124](https://github.com/scope3data/agentic-client/pull/124) [`439633e`](https://github.com/scope3data/agentic-client/commit/439633e43b39eb7ad8e65fca506ccc2bcda13fe2) Thanks [@benminer](https://github.com/benminer)! - Add auto-generated Zod schemas from OpenAPI spec with drift detection and schema regeneration workflows + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index 251455d..d4432fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scope3", - "version": "2.1.0", + "version": "2.2.0", "description": "Scope3 SDK - REST and MCP client for the Agentic Platform", "engines": { "node": ">=18"