Skip to content

Commit 23ec894

Browse files
author
RxRealm Maintainers
committed
chore(release): 5.0.4 [skip ci]
1 parent c1aed87 commit 23ec894

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [5.0.4](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.4%0Dv5.0.3) (2022-01-16)
6+
7+
8+
### Bug Fixes
9+
10+
* replacing rx attribute of Realm type by standard Reactive extension. ([dabb105](https://github.com/RxSwiftCommunity/RxRealm/commits/dabb105c94a6c0fdccbf99bb618b618be3f0d5c0))
11+
512
### [5.0.3](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.3%0Dv5.0.2) (2021-09-05)
613

714
### [5.0.2](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.2%0Dv5.0.1) (2021-05-10)

RxRealm.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "RxRealm"
33
# Version to always follow latest tag, with fallback to major
4-
s.version = "5.0.3"
4+
s.version = "5.0.4"
55
s.license = "MIT"
66
s.description = <<-DESC
77
This is an Rx extension that provides an easy and straight-forward way

0 commit comments

Comments
 (0)