Skip to content

Commit

Permalink
0.4.8 release
Browse files Browse the repository at this point in the history
Update latest stable version and change log / news.
  • Loading branch information
seancorfield committed Feb 25, 2016
1 parent bce38d0 commit e2f974a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ For Clojure 1.2.1 and earlier, use CongoMongo 0.2.3 or earlier. CongoMongo 0.2.3

News
--------------
Version 0.4.8 - Feb 25th, 2016

* Update clojure.data.json to 0.2.6
* Update default Clojure version to 1.8.0 and update test-all alias
* Rename `update` test to `update-one` to avoid Clojure `update` name conflict

Version 0.4.7 - Dec 27th, 2015

* Update Java driver to 2.14.0
Expand Down Expand Up @@ -394,7 +400,7 @@ Install
Leiningen is the recommended way to use congomongo.
If you are using Clojure 1.3.0 or later, just add

[congomongo "0.4.7"]
[congomongo "0.4.8"]

to your project.clj (for the latest stable version).

Expand Down

0 comments on commit e2f974a

Please sign in to comment.