diff options
-rw-r--r-- | docs/Changelog.md | 7 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index a4e3621..8320c7e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,7 +1,12 @@ # Changelog +## v6.3.0 +* Add support for Arctic Fox 2020.3.1 +* Move to new maven release system +* Many version bumps + ## v6.2.0 -* Add support for Android 4.2 +* Add support for Android Studio 4.2 * Remove all usages of kotlin synthetics * Many version bumps * Added Hilt dep diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index c1648b0..2d47332 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,8 +6,13 @@ <item text="" /> --> + <version title="v6.3.0" /> + <item text="Add support for Arctic Fox 2020.3.1" /> + <item text="Move to new maven release system" /> + <item text="Many version bumps" /> + <version title="v6.2.0" /> - <item text="Add support for Android 4.2" /> + <item text="Add support for Android Studio 4.2" /> <item text="Remove all usages of kotlin synthetics" /> <item text="Many version bumps" /> <item text="Added Hilt dep" /> |