Skip to content

Commit fcfc8bb

Browse files
committed
new version
1 parent 649541c commit fcfc8bb

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## x.x.x (x.x.xxxx)
1+
## 0.11.3 (12.5.2014)
22

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

59
## 0.11.2 (7.5.2014)
610

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Stuff on top of [Compojure](https://github.com/weavejester/compojure) for making
1212
## Latest version
1313

1414
```clojure
15-
[metosin/compojure-api "0.11.2"]
15+
[metosin/compojure-api "0.11.3"]
1616
```
1717

1818
## Sample application

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/compojure-api "0.11.2"
1+
(defproject metosin/compojure-api "0.11.3"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)