Skip to content

Commit

Permalink
0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Jul 8, 2015
1 parent 65d5bfa commit b09608f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.3 (8.7.2015)

- Added predicates for HTTP status types (classes) such as `success?`, `client-error?` and `server-error?`

## 0.6.2 (20.5.2015)

- added `get-name` and `get-description` to status-ns.
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-http-response "0.6.2"
(defproject metosin/ring-http-response "0.6.3"
:description "Handling HTTP Statuses with Clojure(Script)"
:url "https://github.com/metosin/ring-http-response"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit b09608f

Please sign in to comment.