Skip to content

Commit

Permalink
update changelog, prepare for 1.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Apr 27, 2023
1 parent 35529c6 commit 1851845
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.7] - 2023-04-27

- Bump to latest Jetty version (11.0.15 or equivalent)

## [1.1.6] - 2023-03-02

- Bump to latest Jetty version (11.0.14 or equivalent)
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.6"
(defproject io.factorhouse/slipway-jetty10 "1.1.7"

: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.6"
(defproject io.factorhouse/slipway-jetty11 "1.1.7"

: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.6"
(defproject io.factorhouse/slipway-jetty9 "1.1.7"

:description "A Clojure Companion for Jetty"

Expand Down

0 comments on commit 1851845

Please sign in to comment.