diff --git a/CHANGELOG.md b/CHANGELOG.md index 1414463..6a277f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.7.1] + +* Added additional information to invalid transition error messages. + ## [0.7.0] ### Breaking diff --git a/gradle.properties b/gradle.properties index 23fab4b..96ae427 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.kfsm -VERSION_NAME=0.7.1-SNAPSHOT +VERSION_NAME=0.7.1 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