Skip to content

Commit 130c24c

Browse files
committed
Update ring-swagger
1 parent 5619e23 commit 130c24c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
* Fixed path parameter handling in cases where path parameter is followed by an extension
44
([#196](https://github.com/metosin/compojure-api/issues/196), [metosin/ring-swagger#82](https://github.com/metosin/ring-swagger/issues/82))
5-
* [Updated ring-swagger](https://github.com/metosin/ring-swagger/blob/master/CHANGELOG.md#Unreleased)
5+
* [Updated ring-swagger](https://github.com/metosin/ring-swagger/blob/master/CHANGELOG.md#0223-1712016)
66
* Added `compojure.api.exception/with-logging` helper to add logging to exception handlers.
77
* Check extended wiki guide on [exception handling](https://github.com/metosin/compojure-api/wiki/Exception-handling#logging)
88

99
* Updated deps:
1010

1111
```clojure
12-
[metosin/ring-swagger "0.22.3-SNAPSHOT"] is available
12+
[metosin/ring-swagger "0.22.3"] is available
1313
```
1414

1515
## 0.24.4 (13.1.2016)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[org.tobereplaced/lettercase "1.0.0"]
1414
[frankiesardo/linked "1.2.6"]
1515
[metosin/ring-http-response "0.6.5"]
16-
[metosin/ring-swagger "0.22.3-SNAPSHOT"]
16+
[metosin/ring-swagger "0.22.3"]
1717
[metosin/schema-tools "0.7.0"]
1818
[ring-middleware-format "0.7.0"]
1919
[backtick "0.3.3"]

0 commit comments

Comments
 (0)