diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da0406..de64c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.18.0] +- Bump dependencies + - org.clojure/clojure from 1.11.1 to 1.11.4 + - com.taoensso/timbre from 4.10.0 to 6.5.0 + - nubank/matcher-combinators from 3.5.0 to 3.9.1 + ## [5.17.0] - revert linter `state-flow.labs.state/with-redefs` diff --git a/project.clj b/project.clj index c29f1cb..8aba873 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject nubank/state-flow "5.17.0" +(defproject nubank/state-flow "5.18.0" :description "Integration testing with composable flows" :url "https://github.com/nubank/state-flow" :license {:name "MIT"}