Skip to content

Commit 2297d3c

Browse files
committed
Bumped version to 1.6.0.
Sorry for having kept you waited so long.
1 parent db28330 commit 2297d3c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: docs/reference/release-notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release notes
22

3+
* v1.6.0
4+
* Added header view feature to `ObservableGridView` (#148).
5+
* Added footer view feature to `ObservableGridView` (#183).
6+
* Updated `recyclerview-v7` library version to 22.2.0.
7+
* Fixed ViewPager swiping bug in `ObservableListView` (#185).
8+
* Fixed NPE in `ObservableRecyclerView` (#149).
39
* v1.5.2
410
* Fix `ObservableGridView` to use first child of line in height calculation.
511
* v1.5.1

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.6.0-SNAPSHOT
1+
VERSION_NAME=1.6.0
22
SYNCED_VERSION_NAME=1.5.2
33
GROUP=com.github.ksoichiro
44

0 commit comments

Comments
 (0)