diff --git a/CHANGELOG.md b/CHANGELOG.md index 1314c80..4fc5c2b 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.5](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.5%0Dv5.0.4) (2022-03-09) + ### [5.0.4](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.4%0Dv5.0.3) (2022-01-19) diff --git a/RxRealm.podspec b/RxRealm.podspec index 8dee75d..80cc453 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.4" + s.version = "5.0.5" s.license = "MIT" s.description = <<-DESC This is an Rx extension that provides an easy and straight-forward way