diff --git a/CHANGELOG.md b/CHANGELOG.md index 0602c11..74d558d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Donut Releases # +## Version 2.2.2 +_2022-04-16_ + +### Compose version +- Fix for a bug that was causing colors not being correctly assigned to their corresponding values. ([Issue](https://github.com/futuredapp/donut/pull/56), [Merge Request](https://github.com/futuredapp/donut/pull/84)) + ## Version 2.2.1 _2022-03-02_ diff --git a/gradle.properties b/gradle.properties index 93d3f7c..774e726 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.futured.donut -VERSION_NAME=2.2.1-SNAPSHOT +VERSION_NAME=2.2.2-SNAPSHOT POM_DESCRIPTION=Doughnut-like graph view capable of displaying multiple datasets with assignable colors POM_INCEPTION_YEAR=2020 POM_URL="https://github.com/thefuntasty/donut"