Skip to content

Commit 544f189

Browse files
committed
Bump library version to 3.1.0
1 parent 7a89087 commit 544f189

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.1.0 - 21/11/2019
4+
5+
- Add class `SectionAdapterListUpdateCallback`
6+
37
## 3.0.0 - 07/09/2019
48

59
- Remove class `StatelessSection`

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
PUBLISH_GROUP_ID = 'io.github.luizgrp.sectionedrecyclerviewadapter'
33
PUBLISH_ARTIFACT_ID = 'sectionedrecyclerviewadapter'
4-
PUBLISH_VERSION = '3.0.0'
4+
PUBLISH_VERSION = '3.1.0'
55
}
66

77
ext.versions = [

0 commit comments

Comments
 (0)