Skip to content

Commit 55176ba

Browse files
committed
bump up version
1 parent 5a2879f commit 55176ba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.16.4 (10.11.2014)
2+
3+
- use `[org.tobereplaced/lettercase "1.0.0"]` for camel-casing (see https://github.com/metosin/compojure-api-examples/issues/1#issuecomment-62580504)
4+
- updated deps:
5+
```clojure
6+
[metosin/ring-swagger "0.14.1"] is available but we use "0.14.0"
7+
```
8+
19
## 0.16.3 (9.11.2014)
210

311
- support for `:form-parameters`, thanks to [Thomas Whitcomb](https://github.com/thomaswhitcomb)

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.16.3"
1+
(defproject metosin/compojure-api "0.16.4"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)