Skip to content

Commit 641592d

Browse files
committed
Update changelog
1 parent 9093ead commit 641592d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## `2.1.0` (15/03/22)
4+
5+
- Add getCurrentState() and getCurrentStateIndex() methods
6+
- Update dependencies
7+
- Target Android 12 (API 31)
8+
- Migrate to Java 11
9+
- Remove buildToolsVersion
10+
- Remove JCenter
11+
312
## `2.0.1` (23/03/21)
413

514
- Listener called several times when dragging a state #10

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-kapt'
44

55
ext.versionMajor = 2 // API Changes, adding big new feature, redesign the App
6-
ext.versionMinor = 0 // New features in a backwards-compatible manner
6+
ext.versionMinor = 1 // New features in a backwards-compatible manner
77
ext.versionPatch = 0 // Backwards-compatible bug fixes
88
ext.versionClassifier = null // Pre-releases (alpha, beta, rc, SNAPSHOT...)
99

0 commit comments

Comments
 (0)