diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6139450a..a23c78a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.8.0" + ".": "8.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e607e31..e53dac36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 8.9.0 (2024-06-24) + +Full Changelog: [v8.8.0...v8.9.0](https://github.com/muxinc/mux-node-sdk/compare/v8.8.0...v8.9.0) + +### Features + +* **api:** OpenAPI spec update via Stainless API ([#433](https://github.com/muxinc/mux-node-sdk/issues/433)) ([57614f0](https://github.com/muxinc/mux-node-sdk/commit/57614f066db415d68acec01a47c946c00563a17b)) +* **api:** remove sunsetted spaces webhooks ([9398d0b](https://github.com/muxinc/mux-node-sdk/commit/9398d0bc33eafe074fb5b7d07eec9827085317e2)) + + +### Chores + +* rebuild project due to codegen change ([#432](https://github.com/muxinc/mux-node-sdk/issues/432)) ([94f6108](https://github.com/muxinc/mux-node-sdk/commit/94f61083b2f80aa822bf96c99290dc3316ae52b7)) + ## 8.8.0 (2024-06-14) Full Changelog: [v8.7.1...v8.8.0](https://github.com/muxinc/mux-node-sdk/compare/v8.7.1...v8.8.0) diff --git a/package.json b/package.json index a5baaa24..496ece5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mux/mux-node", - "version": "8.8.0", + "version": "8.9.0", "description": "The official TypeScript library for the Mux API", "author": "Mux ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 1eaae8e0..2a9d3b35 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '8.8.0'; // x-release-please-version +export const VERSION = '8.9.0'; // x-release-please-version