Skip to content

Commit

Permalink
Update ring-swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Jan 17, 2016
1 parent 5619e23 commit 130c24c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

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

* Updated deps:

```clojure
[metosin/ring-swagger "0.22.3-SNAPSHOT"] is available
[metosin/ring-swagger "0.22.3"] is available
```

## 0.24.4 (13.1.2016)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[org.tobereplaced/lettercase "1.0.0"]
[frankiesardo/linked "1.2.6"]
[metosin/ring-http-response "0.6.5"]
[metosin/ring-swagger "0.22.3-SNAPSHOT"]
[metosin/ring-swagger "0.22.3"]
[metosin/schema-tools "0.7.0"]
[ring-middleware-format "0.7.0"]
[backtick "0.3.3"]
Expand Down

0 comments on commit 130c24c

Please sign in to comment.