Skip to content

Commit

Permalink
Update version and CHANGELOG for 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theleoborges committed Jan 23, 2015
1 parent d7711c6 commit 0143231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.3.2-SNAPSHOT
## 0.3.2 (23/01/2015)

- Merge [PR #30](https://github.com/leonardoborges/bouncer/pull/30): "Prepare for 0.3.2 final release"

- Merge [PR #29](https://github.com/leonardoborges/bouncer/pull/29): "Add min-count/max-count"

- Merge [PR #23](https://github.com/leonardoborges/bouncer/pull/23): "Added date validator"

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 bouncer "0.3.2-SNAPSHOT"
(defproject bouncer "0.3.2"
:description "A validation DSL for Clojure apps"
:url "http://github.com/leonardoborges/bouncer"
:license {:name "MIT License"
Expand Down

0 comments on commit 0143231

Please sign in to comment.