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

Commit

Permalink
Bump library version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luizgrp committed May 12, 2020
1 parent 2a2721b commit 72f888c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.2.0 - 12/05/2020

### SectionedRecyclerViewAdapter class

- Change method `getSectionItemViewTypeForAdapterViewType` to static
- Change method `addSection` to throw exception when adding an existing section
- Change method `getPositionInSection` to throw exception when passing header or footer position

## 3.1.0 - 21/11/2019

- Add class `SectionAdapterListUpdateCallback`
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
PUBLISH_GROUP_ID = 'io.github.luizgrp.sectionedrecyclerviewadapter'
PUBLISH_ARTIFACT_ID = 'sectionedrecyclerviewadapter'
PUBLISH_VERSION = '3.1.0'
PUBLISH_VERSION = '3.2.0'
}

ext.versions = [
Expand Down

0 comments on commit 72f888c

Please sign in to comment.