Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed May 12, 2014
1 parent 649541c commit fcfc8bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## x.x.x (x.x.xxxx)
## 0.11.3 (12.5.2014)

- remove non-first trailing spaces from compojure-routes for swagger-docs.
- updated depedencies:
- `[metosin/ring-swagger "0.8.7"]`
- `[metosin/ring-swagger-ui "2.6.16-2"]`
- Moved swagger-ui handler to ring-swagger

## 0.11.2 (7.5.2014)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Stuff on top of [Compojure](https://github.com/weavejester/compojure) for making
## Latest version

```clojure
[metosin/compojure-api "0.11.2"]
[metosin/compojure-api "0.11.3"]
```

## Sample application
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/compojure-api "0.11.2"
(defproject metosin/compojure-api "0.11.3"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit fcfc8bb

Please sign in to comment.