Skip to content

Commit

Permalink
Prepare for release 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Sep 7, 2021
1 parent 18d01da commit 624b6c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,16 @@
Changelog
=========

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

_2021-09-07_

* **Fix:** `SingleSubscribeProxy#subscribe(BiConsumer)` now propagates the correct nullability. Previously, both parameters were implicitly `@NonNull`. Now they are correctly annotated as `@Nullable`.
* Update Kotlin to `1.5.30`.
* Update Error Prone Annotations to `2.9.0`.
* Switch to Error Prone's `@DoNotMock` annotation.

Version 2.1.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
GROUP=com.uber.autodispose2
VERSION_NAME=2.2.0-SNAPSHOT
VERSION_NAME=2.1.1
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 624b6c4

Please sign in to comment.