diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a277f4..86ca083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +## [0.7.2] +* Exposes state on `InvalidStateTransition` + ## [0.7.1] * Added additional information to invalid transition error messages. diff --git a/gradle.properties b/gradle.properties index 778af32..097bf73 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.kfsm -VERSION_NAME=0.7.2-SNAPSHOT +VERSION_NAME=v0.7.2 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