From 267cc8b587a5d5c74b57105050f9838cf20e2541 Mon Sep 17 00:00:00 2001 From: Joseph Mattello Date: Tue, 7 May 2024 20:02:10 -0400 Subject: [PATCH] Bump version to v5.1.0 Signed-off-by: Joseph Mattello --- CHANGELOG.md | 9 +++------ RxRealm.podspec | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb05103..fe6af2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [5.0.8](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.8%0Dv5.0.7) (2024-05-07) +## [5.1.0](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.1.0%0Dv5.0.7) (2024-05-07) -### [5.0.6](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.6%0Dv5.0.5) (2023-10-29) +### Fixes -### 5.0.5 (2022-03-09) +- Update SPM and CocoaPods packages for updated `Realm.swift` packaging linking -## [5.0.8](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.8%0Dv5.0.7) (2024-05-07) - -- Merge pull request #210 from trmquang93/main; override namespace Observable ## [5.0.7](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.7%0Dv5.0.6) (2024-03-08) diff --git a/RxRealm.podspec b/RxRealm.podspec index f60701d..806c5e7 100644 --- a/RxRealm.podspec +++ b/RxRealm.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RxRealm" # Version to always follow latest tag, with fallback to major - s.version = "5.0.8" + s.version = "5.1.0" s.license = "MIT" s.description = <<-DESC This is an Rx extension that provides an easy and straight-forward way