diff --git a/.changeset/auto-bump-magicbell-swift-user-client-1741583103.md b/.changeset/auto-bump-magicbell-swift-user-client-1741583103.md deleted file mode 100644 index 2aac95c..0000000 --- a/.changeset/auto-bump-magicbell-swift-user-client-1741583103.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"magicbell-swift-user-client": minor ---- - -Automatic minor version bump for changes in `magicbell-swift-user-client`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 565da65..6a8179f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # magicbell-swift-user-client +## 0.5.0 + +### Minor Changes + +- [#18](https://github.com/magicbell/magicbell-swift-user-client/pull/18) [`521cef7`](https://github.com/magicbell/magicbell-swift-user-client/commit/521cef7d29a126694e2bdfd063410224b2febacb) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `magicbell-swift-user-client`. + ## 0.4.0 ### Minor Changes diff --git a/README.md b/README.md index 2255d05..ecb09b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MagicBellUserClient Swift SDK 0.4.0 +# MagicBellUserClient Swift SDK 0.5.0 Welcome to the MagicBellUserClient SDK documentation. This guide will help you get started with integrating and using the MagicBellUserClient SDK in your project. @@ -8,7 +8,7 @@ OpenAPI 3.0.3 Specification for MagicBell API. ## Table of Contents -- [MagicBellUserClient Swift SDK 0.4.0](#magicbelluserclient-swift-sdk-020) +- [MagicBellUserClient Swift SDK 0.5.0](#magicbelluserclient-swift-sdk-020) - [About the API](#about-the-api) - [Table of Contents](#table-of-contents) - [Setup \& Configuration](#setup--configuration) @@ -41,7 +41,7 @@ To install MagicBell using [Swift Package Manager](https://www.swift.org/package ```swift dependencies: [ - .package(url: "https://github.com/magicbell/magicbell-swift-user-client", .upToNextMajor(from: "0.4.0")) + .package(url: "https://github.com/magicbell/magicbell-swift-user-client", .upToNextMajor(from: "0.5.0")) ] ``` diff --git a/package.json b/package.json index 105d820..92f1786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicbell-swift-user-client", - "version": "0.4.0", + "version": "0.5.0", "private": true, "type": "module", "docs": {