diff options
-rw-r--r-- | docs/Changelog.md | 3 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 6e963ed..feb5e4a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,8 @@ # Changelog +## v5.2.1 +* :color: Allow option to disable selected ring + ## v5.2.0 * :about: Migrate about libraries to v7.x.x * :color: Draw CircleView in foreground instead of background diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 8617a91..d61fe63 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,12 @@ <item text="" /> --> + <version title="v5.2.1" /> + <item text=":color: Allow option to disable selected ring" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v5.2.0" /> <item text=":about: Migrate about libraries to v7.x.x" /> <item text=":color: Draw CircleView in foreground instead of background" /> |