Skip to content

Commit

Permalink
Fix #98 on master - critical Java driver update
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Oct 23, 2012
1 parent c2b2b21 commit 2b3eb3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,5 +1,5 @@
(defproject congomongo
"0.3.0"
"0.3.1"
:description "clojure-friendly api for MongoDB"
:url "https://github.com/aboekhoff/congomongo"
:mailing-list {:name "congomongo mailing list"
Expand All @@ -12,7 +12,7 @@
:plugins [[lein-swank "1.4.4"]]
:dependencies [[org.clojure/core.incubator "0.1.2"]
[org.clojure/data.json "0.2.0"]
[org.mongodb/mongo-java-driver "2.9.1"]
[org.mongodb/mongo-java-driver "2.9.2"]
[org.clojure/clojure "1.4.0"]]
;; if a :dev profile is added, remember to update :aliases below to
;; use it in each with-profile group!
Expand Down
4 changes: 4 additions & 0 deletions readme.markdown
Expand Up @@ -9,6 +9,10 @@ For Clojure 1.2.1 and earlier, use CongoMongo 0.2.1 or earlier. CongoMongo 0.2.1

News
--------------
Version 0.3.1 - October 23rd, 2012

* Update Java driver to 2.9.2 for CRITICAL update (#98)

Version 0.3.0 - October 23rd, 2012

* DROP SUPPORT FOR CLOJURE 1.2.1 AND EARLIER!
Expand Down

0 comments on commit 2b3eb3a

Please sign in to comment.