diff --git a/project.clj b/project.clj index cae9cac..1ec344b 100755 --- a/project.clj +++ b/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" @@ -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! diff --git a/readme.markdown b/readme.markdown index fc57fee..df00404 100755 --- a/readme.markdown +++ b/readme.markdown @@ -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!