diff --git a/CHANGELOG.md b/CHANGELOG.md index ef95dcf..fa89c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 0.6.7 (2026-06-10) + ### Fixed - **Telemetry: fire-and-forget events no longer vanish before delivery.** Three diff --git a/libraries/python/getpatter/__init__.py b/libraries/python/getpatter/__init__.py index acefcfc..fcc9378 100644 --- a/libraries/python/getpatter/__init__.py +++ b/libraries/python/getpatter/__init__.py @@ -19,7 +19,7 @@ See ``pyproject.toml`` and the top-level README for the full matrix. """ -__version__ = "0.6.6" +__version__ = "0.6.7" from getpatter._speech_events import ( AgentState, diff --git a/libraries/python/pyproject.toml b/libraries/python/pyproject.toml index a9305c5..7403864 100644 --- a/libraries/python/pyproject.toml +++ b/libraries/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "getpatter" -version = "0.6.6" +version = "0.6.7" description = "Open-source voice AI SDK — connect any AI agent to real phone calls in 4 lines of code" readme = "README.md" license = { text = "MIT" } diff --git a/libraries/typescript/package-lock.json b/libraries/typescript/package-lock.json index ed888f3..2ca2156 100644 --- a/libraries/typescript/package-lock.json +++ b/libraries/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "getpatter", - "version": "0.6.6", + "version": "0.6.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "getpatter", - "version": "0.6.6", + "version": "0.6.7", "license": "MIT", "dependencies": { "express": "^5.2.1", diff --git a/libraries/typescript/package.json b/libraries/typescript/package.json index 8155950..20642fa 100644 --- a/libraries/typescript/package.json +++ b/libraries/typescript/package.json @@ -1,6 +1,6 @@ { "name": "getpatter", - "version": "0.6.6", + "version": "0.6.7", "description": "Open-source voice AI SDK — connect any AI agent to real phone calls in 4 lines of code", "license": "MIT", "author": {