diff --git a/CHANGELOG.md b/CHANGELOG.md index d844593..2934efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/library/build.gradle b/library/build.gradle index cf0979e..74c6a49 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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 = [