diff --git a/CHANGELOG.md b/CHANGELOG.md index dda0d08..b9f3df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog line-chart +## `2.2.0` (29/06/22) + +- Add scrubCursorDrawable attribute and Change core to core-ktx (#5)) | Thanks @delacrixmorgan +- Update dependencies + ## `2.1.0` (11/11/21) - Fix baseline diff --git a/linechart/build.gradle b/linechart/build.gradle index a70458d..fe4027a 100644 --- a/linechart/build.gradle +++ b/linechart/build.gradle @@ -5,7 +5,7 @@ plugins { } ext.versionMajor = 2 // API Changes, adding big new feature, redesign the App -ext.versionMinor = 1 // New features in a backwards-compatible manner +ext.versionMinor = 2 // New features in a backwards-compatible manner ext.versionPatch = 0 // Backwards-compatible bug fixes ext.versionClassifier = null // Pre-releases (alpha, beta, rc, SNAPSHOT...)