diff --git a/.changeset/auto-bump-magicbell-swift-client-1734641715.md b/.changeset/auto-bump-magicbell-swift-client-1734641715.md deleted file mode 100644 index 90a6482..0000000 --- a/.changeset/auto-bump-magicbell-swift-client-1734641715.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"magicbell-swift-client": minor ---- - -Automatic minor version bump for changes in `magicbell-swift-client`. diff --git a/CHANGELOG.md b/CHANGELOG.md index dbdae59..0968a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # magicbell-swift-client +## 0.2.0 + +### Minor Changes + +- [#11](https://github.com/magicbell/magicbell-swift-client/pull/11) [`d381964`](https://github.com/magicbell/magicbell-swift-client/commit/d3819643a8b6416afea5f621a503bb2b6b9f7828) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `magicbell-swift-client`. + ## 0.1.1 ### Patch Changes diff --git a/README.md b/README.md index c13c1cd..916ab03 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MagicBellClient Swift SDK 0.1.1 +# MagicBellClient Swift SDK 0.2.0 Welcome to the MagicBellClient SDK documentation. This guide will help you get started with integrating and using the MagicBellClient SDK in your project. @@ -8,7 +8,7 @@ OpenAPI 3.0.3 Specification for MagicBell API. ## Table of Contents -- [MagicBellClient Swift SDK 0.1.1](#magicbellclient-swift-sdk-010) +- [MagicBellClient Swift SDK 0.2.0](#magicbellclient-swift-sdk-010) - [About the API](#about-the-api) - [Table of Contents](#table-of-contents) - [Setup \& Configuration](#setup--configuration) diff --git a/package.json b/package.json index 5edab4f..f7b9164 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicbell-swift-client", - "version": "0.1.1", + "version": "0.2.0", "private": true, "type": "module", "scripts": {