From d63afcbfdb8d7912fab4acb3a18fd7be25f388d9 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Fri, 29 Nov 2024 02:15:44 +0000 Subject: [PATCH] Release 0.11.1 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- project.clj | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7212477..fc5e1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.11.1 (2024-11-29) + +* Added `:duct.middleware.web/hiccup` + ## 0.11.0 (2024-11-20) * Added automatic refs and handlers to `:routes` key diff --git a/README.md b/README.md index 72c75a9..d33f99f 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.11.0"} + org.duct-framework/module.web {:mvn/version "0.11.1"} Or to your Leiningen project file: - [org.duct-framework/module.web "0.11.0"] + [org.duct-framework/module.web "0.11.1"] ## Usage diff --git a/project.clj b/project.clj index 0e16e80..acf1591 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/module.web "0.11.0" +(defproject org.duct-framework/module.web "0.11.1" :description "Duct module for running web applications" :url "https://github.com/duct-framework/module.web" :license {:name "Eclipse Public License"