From b229ad33c9a4b816f5935e465a8398dfa3ac2cf7 Mon Sep 17 00:00:00 2001 From: d-t-w Date: Fri, 2 Dec 2022 12:10:57 +1100 Subject: [PATCH] bump to 1.1.3 + changelog --- CHANGELOG.md | 5 +++++ slipway-jetty10/project.clj | 2 +- slipway-jetty11/project.clj | 2 +- slipway-jetty9/project.clj | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85283515..8420b89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # 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/). +## [1.1.3] - 2022-12-02 + +- Improve websocket config logging on startup +- Rename authz namespace to auth + ## [1.1.2] - 2022-11-30 ### Changed - Remove explicit defaulting of Gzip content types diff --git a/slipway-jetty10/project.clj b/slipway-jetty10/project.clj index dcdfa208..d390c8ba 100644 --- a/slipway-jetty10/project.clj +++ b/slipway-jetty10/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/slipway-jetty10 "1.1.2" +(defproject io.factorhouse/slipway-jetty10 "1.1.3" :description "A Clojure Companion for Jetty" diff --git a/slipway-jetty11/project.clj b/slipway-jetty11/project.clj index bccde423..e953cf21 100644 --- a/slipway-jetty11/project.clj +++ b/slipway-jetty11/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/slipway-jetty11 "1.1.2" +(defproject io.factorhouse/slipway-jetty11 "1.1.3" :description "A Clojure Companion for Jetty" diff --git a/slipway-jetty9/project.clj b/slipway-jetty9/project.clj index a00a3344..150cb973 100644 --- a/slipway-jetty9/project.clj +++ b/slipway-jetty9/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/slipway-jetty9 "1.1.2" +(defproject io.factorhouse/slipway-jetty9 "1.1.3" :description "A Clojure Companion for Jetty"