Skip to content

Commit 624b6c4

Browse files
committed
Prepare for release 2.1.1.
1 parent 18d01da commit 624b6c4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Version 2.1.1
5+
-------------
6+
7+
_2021-09-07_
8+
9+
* **Fix:** `SingleSubscribeProxy#subscribe(BiConsumer)` now propagates the correct nullability. Previously, both parameters were implicitly `@NonNull`. Now they are correctly annotated as `@Nullable`.
10+
* Update Kotlin to `1.5.30`.
11+
* Update Error Prone Annotations to `2.9.0`.
12+
* Switch to Error Prone's `@DoNotMock` annotation.
13+
414
Version 2.1.0
515
-------------
616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616
GROUP=com.uber.autodispose2
17-
VERSION_NAME=2.2.0-SNAPSHOT
17+
VERSION_NAME=2.1.1
1818
POM_DESCRIPTION=Automatic binding+disposal of RxJava 2+ streams.
1919
POM_URL=https://github.com/uber/AutoDispose/
2020
POM_SCM_URL=https://github.com/uber/AutoDispose/

0 commit comments

Comments
 (0)