diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b9d8bc6..5f8991e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 2.7.1 ## Added - Added support for raw mode on GraalVM native Image. Contributed by @hubvd [(#186)](https://github.com/ajalt/mordant/issues/186) diff --git a/README.md b/README.md index 799051d9d..02c0a2bce 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Mordant is distributed through Maven Central. ```groovy dependencies { - implementation("com.github.ajalt.mordant:mordant:2.7.0") + implementation("com.github.ajalt.mordant:mordant:2.7.1") // optional extensions for running animations with coroutines - implementation("com.github.ajalt.mordant:mordant-coroutines:2.7.0") + implementation("com.github.ajalt.mordant:mordant-coroutines:2.7.1") } ``` diff --git a/gradle.properties b/gradle.properties index 842b98ab1..808e36eae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.7.0 +VERSION_NAME=2.7.1 kotlin.mpp.stability.nowarn=true