Skip to content

Commit

Permalink
Bump version for release (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
evant authored Nov 26, 2019
1 parent 5c24f58 commit 30125af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.2.0
- Add viewpager2 support with bindingcollectionadapter-viewpager2
- Fix bug where empty observable lists weren't being removed from a MergeObservaleList (#168)

### 3.1.1
- Add try-catch around notifying data changes to work around crash (#162)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# org.gradle.parallel=true

group=me.tatarka.bindingcollectionadapter2
version=3.1.1
version=3.2.0
android.databinding.enableV2=true
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit 30125af

Please sign in to comment.