From 7af52d97db1594b8cd836189576491b9824b77ae Mon Sep 17 00:00:00 2001 From: Dimmy Junior Date: Mon, 11 Dec 2023 10:52:09 -0300 Subject: [PATCH] up the state-flow version --- CHANGELOG.md | 3 +++ project.clj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0a12a..c03933f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [5.14.5] +- switch the declare/import-var function to def in state.api [#171](https://github.com/nubank/state-flow/pull/171) +- ## [5.14.4] - Bump midje to 1.10.9 diff --git a/project.clj b/project.clj index e38f3a9..88d8ab8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject nubank/state-flow "5.14.4" +(defproject nubank/state-flow "5.14.5" :description "Integration testing with composable flows" :url "https://github.com/nubank/state-flow" :license {:name "MIT"}