diff --git a/CHANGELOG.md b/CHANGELOG.md index 6862347..de4c75e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## Version 0.0.10 + +* Fix composite build (`includeBuild`) ClassNotFoundException for KMP `invert-models` dependency +* Add dark mode support + +**Full Changelog**: https://github.com/square/invert/compare/0.0.9...0.0.10 + ## Version 0.0.9 * Add support for filtering code references by values in 'extras' diff --git a/gradle.properties b/gradle.properties index 1f35c21..058f22c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx16g kotlin.code.style=official android.useAndroidX=true group=com.squareup.invert -version=0.0.10-SNAPSHOT +version=0.0.10 # https://kotlinlang.org/docs/dokka-migration.html#enable-migration-helpers org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled