diff --git a/CHANGELOG.md b/CHANGELOG.md index c36f096..06f0a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [DEV] +## [2.1.4] + - Add 1-arg arity to `state-flow.core/run` and `state-flow.core/run!` with default initial-state of `{}` ## [2.1.3] diff --git a/project.clj b/project.clj index f238d73..6de1fea 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject nubank/state-flow "2.1.3" +(defproject nubank/state-flow "2.1.4" :description "Postman-like integration testing with composable flows" :url "https://github.com/nubank/state-flow" :license {:name "MIT"}