Skip to content

Commit

Permalink
bump to 1.1.3 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Dec 2, 2022
1 parent 79419df commit b229ad3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2"
(defproject io.factorhouse/slipway-jetty10 "1.1.3"

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

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

:description "A Clojure Companion for Jetty"

Expand Down

0 comments on commit b229ad3

Please sign in to comment.