From f632d6e62d6379c0cbca3c72450b2a01e68e24de Mon Sep 17 00:00:00 2001 From: Eirik Vale Aase Date: Tue, 31 Oct 2023 15:25:51 +0100 Subject: [PATCH 1/3] Add CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b4b1d6..731cdd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 6.3.1 +- Added support for Support Xcode 15 + +# 6.3.0 +- Support for RxSwift 6.5.0 + # 6.2.0 - Updated RxSwift to version 6.5 From c0a1bcca57b319766e7773215f077c2c37cc0dd9 Mon Sep 17 00:00:00 2001 From: Eirik Vale Aase Date: Tue, 31 Oct 2023 15:26:12 +0100 Subject: [PATCH 2/3] Update podspec with new version --- RxBluetoothKit_Airthings.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxBluetoothKit_Airthings.podspec b/RxBluetoothKit_Airthings.podspec index e411c0cb..f2e7f79c 100644 --- a/RxBluetoothKit_Airthings.podspec +++ b/RxBluetoothKit_Airthings.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxBluetoothKit_Airthings" - s.version = "6.3.0" + s.version = "6.3.1" s.summary = "Bluetooth library for RxSwift (initially built by Polidea)" s.description = <<-DESC From 3dc02a93d59bfd0e9d1e0dd1a07582fe38d70bdc Mon Sep 17 00:00:00 2001 From: Eirik Vale Aase Date: Tue, 31 Oct 2023 15:29:44 +0100 Subject: [PATCH 3/3] Bump to 6.3.2 --- CHANGELOG.md | 3 +++ RxBluetoothKit_Airthings.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 731cdd59..30d4b5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 6.3.2 +- Fix 6.3.1 release + # 6.3.1 - Added support for Support Xcode 15 diff --git a/RxBluetoothKit_Airthings.podspec b/RxBluetoothKit_Airthings.podspec index f2e7f79c..b3adbd1d 100644 --- a/RxBluetoothKit_Airthings.podspec +++ b/RxBluetoothKit_Airthings.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxBluetoothKit_Airthings" - s.version = "6.3.1" + s.version = "6.3.2" s.summary = "Bluetooth library for RxSwift (initially built by Polidea)" s.description = <<-DESC