aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-09-11 13:44:13 -0700
committerAllan Wang <me@allanwang.ca>2021-09-11 13:44:13 -0700
commitf406b888ff2108dee310260c29af8c3c2cce4f2d (patch)
tree82f18c8758e341ccc189e406da2c819c18ccf819
parent0c0cc7776a6b21bb6c8c83f74619ea6660429f2c (diff)
downloadkau-f406b888ff2108dee310260c29af8c3c2cce4f2d.tar.gz
kau-f406b888ff2108dee310260c29af8c3c2cce4f2d.tar.bz2
kau-f406b888ff2108dee310260c29af8c3c2cce4f2d.zip
Update changelog
-rw-r--r--docs/Changelog.md7
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml7
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" />