diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 85918a34..6a133e92 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,6 +1,13 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com]. == Unreleased (dev) +// {{{ +=== Changed +* Bumped rewrite-indented to 0.2.44. + +=== Fixed +* https://github.com/liquidz/antq/pull/246[#246]: Fixed github actions upgrader not to duplicate entries with two or more blank lines. +// }}} == 2.8.1169 (2024-01-05) // {{{ diff --git a/deps.edn b/deps.edn index e98c83ee..76b3536e 100644 --- a/deps.edn +++ b/deps.edn @@ -10,7 +10,7 @@ clj-commons/clj-yaml {:mvn/version "1.0.27"} version-clj/version-clj {:mvn/version "2.0.2"} rewrite-clj/rewrite-clj {:mvn/version "1.1.47"} - com.github.liquidz/rewrite-indented {:mvn/version "0.2.36"} + com.github.liquidz/rewrite-indented {:mvn/version "0.2.44"} pogonos/pogonos {:mvn/version "0.2.1"}} :tools/usage