Skip to content

Commit fdbbae6

Browse files
committed
0.23.0, with ring-swagger 0.21.0
1 parent 48c581b commit fdbbae6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.23.0-SNAPSHOT
1+
## 0.23.0 (1.9.2016)
22

33
* Ring-swagger 0.21.0
44
* **BREAKING**: new signature for dispatching custom JSON Schema transformations, old signature will break (nicely at compile-time), see [Readme](https://github.com/metosin/ring-swagger/blob/master/README.md) for details.

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/compojure-api "0.23.0-SNAPSHOT"
1+
(defproject metosin/compojure-api "0.23.0"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"
@@ -12,7 +12,7 @@
1212
[prismatic/schema "0.4.4"]
1313
[org.tobereplaced/lettercase "1.0.0"]
1414
[metosin/ring-http-response "0.6.5"]
15-
[metosin/ring-swagger "0.21.0-SNAPSHOT"]
15+
[metosin/ring-swagger "0.21.0"]
1616
[metosin/schema-tools "0.5.2"]
1717
[metosin/ring-middleware-format "0.6.0"]
1818
[backtick "0.3.3"]

0 commit comments

Comments
 (0)