diff --git a/CHANGELOG.md b/CHANGELOG.md index d65740b..07b5d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1] - 2026-09-03 + ### Added - MIT license and public contribution, security, and ownership information. diff --git a/package.json b/package.json index 31001a1..146f471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@call-e/calle", - "version": "0.7.0", + "version": "0.7.1", "description": "TypeScript server SDK for the CALL-E Developer API.", "license": "MIT", "type": "module",