Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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)
Expand Down Expand Up @@ -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"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbell-swift-user-client",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"type": "module",
"docs": {
Expand Down