Skip to content

Commit

Permalink
Version bump + changelog entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Oct 27, 2017
1 parent 64731ce commit 65f6db4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Current master

- Nothing yet!

4.2.0
-----

- Re-adds HasDisposeBag protocol. See [#49](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/49) - [@twittemb](https://github.com/twittemb)
- Fixes for Carthage. See [#56](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/56) - [@Gurpartap](https://github.com/Gurpartap)

4.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion NSObject+Rx.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NSObject+Rx"
s.version = "4.1.0"
s.version = "4.2.0"
s.summary = "Handy RxSwift extensions on NSObject."
s.description = <<-DESC
Right now, we just have a `rx_disposeBag` property, but we're open to PRs!
Expand Down

0 comments on commit 65f6db4

Please sign in to comment.