diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a7da0..d783256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## [Unreleased] +## [0.1.176] - 2021-09-29 ### Fixed - Usage of `defcfn` without a docstring produced an invalid `def` form diff --git a/README.md b/README.md index cd75f9d..614508e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This library is available on Clojars. Add one of the following entries to the `:deps` key of your `deps.edn`: ```clojure -org.suskalo/coffi {:mvn/version "0.1.169"} +org.suskalo/coffi {:mvn/version "0.1.176"} io.github.IGJoshua/coffi {:git/tag "v0.1.169" :git/sha "7ec2748"} ```