Skip to content

Commit

Permalink
Prepare for release 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jul 23, 2023
1 parent 0318d87 commit 18cc51d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

Version 2.2.0
-------------

_2023-07-23_

- **Fix**: Dispose the handle returned by `Job.invokeOnCompletion` when Rx subscription is disposed.
- **Fix**: The `withScope()` lint now correctly handles different named arguments order.
- Update AndroidX Lifecycle to `2.6.1`.
- Update Kotlin to `1.9.0`.
- Update RxJava to `3.1.6`.
- Update RxAndroid to `3.0.2`.
- Update lint to `8.0.2`/`31.0.2`.
- Update error-prone to `2.20.0`.
- Update dokka + fresh coat of paint on API docs on the project site.

Version 2.1.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
GROUP=com.uber.autodispose2
VERSION_NAME=2.2.0-SNAPSHOT
VERSION_NAME=2.2.0
POM_DESCRIPTION=Automatic binding+disposal of RxJava 2+ streams.
POM_URL=https://github.com/uber/AutoDispose/
POM_SCM_URL=https://github.com/uber/AutoDispose/
Expand Down

0 comments on commit 18cc51d

Please sign in to comment.