Skip to content

Commit 267cc8b

Browse files
committed
Bump version to v5.1.0
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
1 parent ab77446 commit 267cc8b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
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.8](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.8%0Dv5.0.7) (2024-05-07)
5+
## [5.1.0](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.1.0%0Dv5.0.7) (2024-05-07)
66

7-
### [5.0.6](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.6%0Dv5.0.5) (2023-10-29)
7+
### Fixes
88

9-
### 5.0.5 (2022-03-09)
9+
- Update SPM and CocoaPods packages for updated `Realm.swift` packaging linking
1010

11-
## [5.0.8](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.8%0Dv5.0.7) (2024-05-07)
12-
13-
- Merge pull request #210 from trmquang93/main; override namespace Observable
1411

1512
## [5.0.7](https://github.com/RxSwiftCommunity/RxRealm/branches/compare/v5.0.7%0Dv5.0.6) (2024-03-08)
1613

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.8"
4+
s.version = "5.1.0"
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)