Skip to content

Commit

Permalink
Bump version to v5.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattello <[email protected]>
  • Loading branch information
JoeMatt committed May 8, 2024
1 parent ab77446 commit 267cc8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion RxRealm.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 267cc8b

Please sign in to comment.