diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7147ad..0a7a43ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +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.9] - 2023-16-05 +## [1.1.10] - 2023-11-01 + +Bump to latest Jetty version (11.0.18 or equivalent) + +## [1.1.9] - 2023-10-16 Bump to latest Jetty version (11.0.17 or equivalent) diff --git a/README.md b/README.md index 1887a8fa..164bfa2a 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.17 | [![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/slipway-jetty10.svg)](https://clojars.org/io.factorhouse/slipway-jetty10) | -| Jetty 11 | 11.0.17 | [![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/slipway-jetty11.svg)](https://clojars.org/io.factorhouse/slipway-jetty11) | +| Jetty 10 | 10.0.18 | [![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/slipway-jetty10.svg)](https://clojars.org/io.factorhouse/slipway-jetty10) | +| Jetty 11 | 11.0.18 | [![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 9fc54bc3..64c39122 100644 --- a/slipway-jetty10/project.clj +++ b/slipway-jetty10/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/slipway-jetty10 "1.1.9" +(defproject io.factorhouse/slipway-jetty10 "1.1.10" :description "A Clojure Companion for Jetty" diff --git a/slipway-jetty11/project.clj b/slipway-jetty11/project.clj index 43d654df..828782a4 100644 --- a/slipway-jetty11/project.clj +++ b/slipway-jetty11/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/slipway-jetty11 "1.1.9" +(defproject io.factorhouse/slipway-jetty11 "1.1.10" :description "A Clojure Companion for Jetty" diff --git a/slipway-jetty9/project.clj b/slipway-jetty9/project.clj index 05ebd8b1..c8968e0b 100644 --- a/slipway-jetty9/project.clj +++ b/slipway-jetty9/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/slipway-jetty9 "1.1.9" +(defproject io.factorhouse/slipway-jetty9 "1.1.10" :description "A Clojure Companion for Jetty"