diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1dea9..1132dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.6.0] + ### Breaking * Converted the default usages of the library to be non-suspending. Added the suspending variants back as `*Async`. diff --git a/gradle.properties b/gradle.properties index 0363d91..7012002 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.kfsm -VERSION_NAME=0.5.2-SNAPSHOT +VERSION_NAME=0.6.0 POM_URL=https://github.com/cashapp/kfsm/ POM_SCM_URL=https://github.com/cashapp/kfsm/ POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/kfsm.git