diff --git a/CHANGELOG b/CHANGELOG index 2d223de..8758945 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +=== v0.5.1 / 2015-05-12 + +* Bug Fixes + * Fixed #7 - Continuation records preceded by ",/" + === v0.5.0 / 2014-06-18 * Enhancements diff --git a/README.md b/README.md index e3eaae5..512fe9b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ More documentation can be found on the [wiki](https://github.com/testdouble/baiz [Leiningen](https://github.com/technomancy/leiningen/): ``` -[baizen "0.5.0"] +[baizen "0.5.1"] ``` [Maven](http://maven.apache.org/): @@ -25,7 +25,7 @@ More documentation can be found on the [wiki](https://github.com/testdouble/baiz baizen baizen - 0.5.0 + 0.5.1 ``` diff --git a/project.clj b/project.clj index 08216e5..0456652 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject baizen "0.6.0-SNAPSHOT" +(defproject baizen "0.5.1" :description "BAI file format parser" :url "https://github.com/testdouble/baizen" :license {:name "Eclipse Public License"