diff --git a/CHANGELOG.md b/CHANGELOG.md index 520908f..03422fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.7](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.7%0Dv5.0.6) (2024-03-08) + ### [5.0.6](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.6%0Dv5.0.5) (2023-10-29) diff --git a/RxRealm.podspec b/RxRealm.podspec index 86bc00c..2166d7f 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.6" + s.version = "5.0.7" s.license = "MIT" s.description = <<-DESC This is an Rx extension that provides an easy and straight-forward way