Skip to content

Commit 1dd2f92

Browse files
chore: update User-Agent header placeholder for SDK versioning
Replace the hardcoded version string in the User-Agent header with the standard Fern version placeholder. This ensures the SDK version is injected correctly during the release pipeline rather than being statically embedded in source. Key changes: - Replace `vapi_server_sdk/2.0.0` with `vapi_server_sdk/0.0.0-fern-placeholder` in `BaseClientWrapper` headers - Add `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes` to `.fernignore` 🌿 Generated with Fern
1 parent 94e1154 commit 1dd2f92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [2.0.1] - 2026-07-17
2+
13
## 2.0.0 - 2026-06-24
24
### Breaking Changes
35
* **`CartesiaExperimentalControlsSpeedZero`** has been removed and replaced by **`CartesiaSpeedControlZero`**. Update any imports or type annotations referencing `CartesiaExperimentalControlsSpeedZero` to use `CartesiaSpeedControlZero` instead.

0 commit comments

Comments
 (0)