Skip to content

Commit

Permalink
prep for release 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Nov 1, 2023
1 parent 5e3f2e7 commit 5767df4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

----
Expand Down
2 changes: 1 addition & 1 deletion slipway-jetty10/project.clj
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion slipway-jetty11/project.clj
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion slipway-jetty9/project.clj
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 5767df4

Please sign in to comment.