diff --git a/.changeset/early-paws-marry.md b/.changeset/early-paws-marry.md deleted file mode 100644 index 5a534f5..0000000 --- a/.changeset/early-paws-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"magicbell-swift-client": patch ---- - -Adjusts generations scripts for documentation and code diff --git a/.changeset/sixty-flowers-lay.md b/.changeset/sixty-flowers-lay.md deleted file mode 100644 index 0748147..0000000 --- a/.changeset/sixty-flowers-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"magicbell-swift-client": patch ---- - -Adds release discussion workflow diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8dc93..dbdae59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # magicbell-swift-client +## 0.1.1 + +### Patch Changes + +- [`123873f`](https://github.com/magicbell/magicbell-swift-client/commit/123873f78f8b93102e60b3d7789caa20662adf86) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Adjusts generations scripts for documentation and code + +- [`123873f`](https://github.com/magicbell/magicbell-swift-client/commit/123873f78f8b93102e60b3d7789caa20662adf86) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Adds release discussion workflow + ## 0.1.0 ### Minor Changes diff --git a/README.md b/README.md index 46c9e27..eed2b3e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MagicBellClient Swift SDK 0.1.0 +# MagicBellClient Swift SDK 0.1.1 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.0](#magicbellclient-swift-sdk-010) +- [MagicBellClient Swift SDK 0.1.1](#magicbellclient-swift-sdk-010) - [About the API](#about-the-api) - [Table of Contents](#table-of-contents) - [Setup \& Configuration](#setup--configuration) @@ -41,7 +41,7 @@ This SDK is compatible with the following versions: If you use [CocoaPods](https://cocoapods.org), place the following within your `Podfile`: ```ruby -pod 'MagicBellClient', '>=0.1.0' +pod 'MagicBellClient', '>=0.1.1' ``` **IMPORTANT**: Make sure you specify `use_frameworks!` in your `Podfile`. diff --git a/package.json b/package.json index 33746e1..5edab4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicbell-swift-client", - "version": "0.1.0", + "version": "0.1.1", "private": true, "type": "module", "scripts": {