Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Aug 19, 2014
1 parent bb28a36 commit 9293c30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.12.0 (19.8.2014)

- Should now keep order of properties in Schemas if using `ordered-map`
- Use `ordered-map` from [flatland.ordered.map](https://github.com/flatland/ordered)
- `(s/defschema (ordered-map :a String ...))`

## 0.11.0 (10.8.2014)

- Removed `ring.swagger.schema/defmodel`, please use `schema.core/defschema`.
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/ring-swagger "0.11.0"
(defproject metosin/ring-swagger "0.12.0"
:description "Swagger Spec for Ring Apps"
:url "https://github.com/metosin/ring-swagger"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 9293c30

Please sign in to comment.