Skip to content

Commit 6134a64

Browse files
author
Ash Furrow
committed
Version bump.
1 parent 3fe634e commit 6134a64

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Current master
66

77
- Nothing yet!
88

9+
5.2.2
10+
-----
11+
12+
- Adds support for RxSwift 6.2 compatibility. See [#92](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/92) - [@ShenYj](https://github.com/ShenYj).
13+
914
5.2.1
1015
-----
1116

NSObject+Rx.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "NSObject+Rx"
3-
s.version = "5.2.1"
3+
s.version = "5.2.2"
44
s.summary = "Handy RxSwift extensions on NSObject."
55
s.description = <<-DESC
66
Right now, we just have a `rx_disposeBag` property, but we're open to PRs!

0 commit comments

Comments
 (0)