diff --git a/CHANGELOG.md b/CHANGELOG.md index a9aa87e..c48c488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.12.5 (2025-02-08) + +* Added Malli coercion to module when using `:api` feature + ## 0.12.4 (2025-02-03) * Fixed transform of route `:handler` keys diff --git a/README.md b/README.md index d700805..91e1689 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ accidental upgrades. The version prior to this change was: `0.7.4`. Add the following dependency to your deps.edn file: - org.duct-framework/module.web {:mvn/version "0.12.4"} + org.duct-framework/module.web {:mvn/version "0.12.5"} Or to your Leiningen project file: - [org.duct-framework/module.web "0.12.4"] + [org.duct-framework/module.web "0.12.5"] ## Usage diff --git a/project.clj b/project.clj index ce59ac7..02fc02b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/module.web "0.12.4" +(defproject org.duct-framework/module.web "0.12.5" :description "Duct module for running web applications" :url "https://github.com/duct-framework/module.web" :license {:name "Eclipse Public License"