Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit 0e0b1cf

Browse files
committed
Bump library version to 2.1.0
1 parent d54d7cc commit 0e0b1cf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 2.1.0 - 09/06/2019
4+
5+
### SectionedRecyclerViewAdapter class
6+
- Add methods `addSection` and `getSection` with index as parameter
7+
- Add method `getSectionIndex`
8+
- Add method `getSectionCount`
9+
- Remove method `getSectionPosition(int)`
10+
11+
### SectionParameters.Builder class
12+
- Remove constructor with itemResourceId as parameter.
13+
314
## 2.0.0 - 06/03/2019
415

516
- Update to AndroidX

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply from: "build_files/jacoco.gradle"
55
ext {
66
PUBLISH_GROUP_ID = 'io.github.luizgrp.sectionedrecyclerviewadapter'
77
PUBLISH_ARTIFACT_ID = 'sectionedrecyclerviewadapter'
8-
PUBLISH_VERSION = '2.0.0'
8+
PUBLISH_VERSION = '2.1.0'
99
}
1010

1111
android {

0 commit comments

Comments
 (0)