diff --git a/CHANGELOG.md b/CHANGELOG.md index 2691924c..d2519f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # 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.12] - 2024-02-05 + +Bump to latest Jetty version (11.0.20 or equivalent) + ## [1.1.11] - 2024-01-08 Bump to latest Jetty version (11.0.19 or equivalent) diff --git a/README.md b/README.md index 99aeb8ce..3de5a63d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ | Jetty Version | Current Jetty Dependency | Clojars Project | | ------------- | ------------------------ | --------------- | | Jetty 9 | 9.4.53.v20231009 | [![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/slipway-jetty9.svg)](https://clojars.org/io.factorhouse/slipway-jetty9) | -| Jetty 10 | 10.0.19 | [![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/slipway-jetty10.svg)](https://clojars.org/io.factorhouse/slipway-jetty10) | -| Jetty 11 | 11.0.19 | [![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/slipway-jetty11.svg)](https://clojars.org/io.factorhouse/slipway-jetty11) | +| Jetty 10 | 10.0.20 | [![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/slipway-jetty10.svg)](https://clojars.org/io.factorhouse/slipway-jetty10) | +| Jetty 11 | 11.0.20 | [![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/slipway-jetty11.svg)](https://clojars.org/io.factorhouse/slipway-jetty11) | | Jetty 12 | - | Available once Jetty 12 stabilises. | ---- diff --git a/slipway-jetty10/project.clj b/slipway-jetty10/project.clj index 0f4e077a..7c657551 100644 --- a/slipway-jetty10/project.clj +++ b/slipway-jetty10/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/slipway-jetty10 "1.1.11" +(defproject io.factorhouse/slipway-jetty10 "1.1.12" :description "A Clojure Companion for Jetty" diff --git a/slipway-jetty11/project.clj b/slipway-jetty11/project.clj index b7480d00..4b3c0cdc 100644 --- a/slipway-jetty11/project.clj +++ b/slipway-jetty11/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/slipway-jetty11 "1.1.11" +(defproject io.factorhouse/slipway-jetty11 "1.1.12" :description "A Clojure Companion for Jetty" diff --git a/slipway-jetty9/project.clj b/slipway-jetty9/project.clj index 28b0cb9e..2cd6aa50 100644 --- a/slipway-jetty9/project.clj +++ b/slipway-jetty9/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/slipway-jetty9 "1.1.11" +(defproject io.factorhouse/slipway-jetty9 "1.1.12" :description "A Clojure Companion for Jetty"