diff --git a/CHANGELOG.md b/CHANGELOG.md index 70897d6..1749566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni --- +# `v3.4.1` (2024-05-30) + +> **Dep**: Carmine is [on Clojars](https://clojars.org/com.taoensso/carmine/versions/3.4.1). +> **Versioning**: Carmine uses [Break Versioning](https://www.taoensso.com/break-versioning). + +This is a **hotfix release** that should be **non-breaking**. + +And as always **please report any unexpected problems** - thank you! 🙏 + +\- [Peter Taoussanis](https://www.taoensso.com) + +## Fixes since `v3.4.0` (2024-05-28) + +* 9dd67207 [fix] [mq] [#305] Typo in final loop error handler +* 81f58d80 [fix] [mq] Monitor `:ndry-runs` arg should be an int +* 41e5ed34 [fix] [mq] Properly assume `:success` handler status by default + +--- + # `v3.4.0` (2024-05-28) > **Dep**: Carmine is [on Clojars](https://clojars.org/com.taoensso/carmine/versions/3.4.0). diff --git a/README.md b/README.md index 7a25157..165ab8b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Carmine is a mature Redis client for Clojure that offers an idiomatic Clojure AP ## Latest release/s -- `2024-05-28` `v3.4.0`: [release info](../../releases/tag/v3.4.0) +- `2024-05-30` `v3.4.1`: [release info](../../releases/tag/v3.4.1) [![Main tests][Main tests SVG]][Main tests URL] [![Graal tests][Graal tests SVG]][Graal tests URL] diff --git a/project.clj b/project.clj index e962a27..bc8a58a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/carmine "3.4.0" +(defproject com.taoensso/carmine "3.4.1" :author "Peter Taoussanis " :description "Redis client + message queue for Clojure" :url "https://github.com/taoensso/carmine"