diff --git a/ChangeLog.md b/ChangeLog.md index c8a4a7f..c57624c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +## Changes between 1.0.0-beta6 and 1.0.0-beta7 + +No changes yet. + + + ## Changes between 1.0.0-beta5 and 1.0.0-beta6 ### find-and-modify support diff --git a/README.md b/README.md index df85553..c4827ee 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ There is one MongoDB client for Clojure that has been around since 2009. So, why wanted a client that will * Support most of MongoDB 2.0+ features but only those that really matter. Grouping the way it is done today, for example, does not (it is easier to just use Map/Reduce directly). - * Be well documented. + * Be [well documented](http://clojuremongodb.info). * Be well tested. * Be maintained, do not carry technical debt from 2009 forever. * Target Clojure 1.3.0 and later from the ground up. @@ -38,7 +38,7 @@ To subscribe for announcements of releases, important changes and so on, please With Leiningen: - [com.novemberain/monger "1.0.0-beta5"] + [com.novemberain/monger "1.0.0-beta6"] With Maven: @@ -46,7 +46,7 @@ With Maven: com.novemberain monger - 1.0.0-beta5 + 1.0.0-beta6 diff --git a/project.clj b/project.clj index bc963dd..c43627e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.novemberain/monger "1.0.0-SNAPSHOT" +(defproject com.novemberain/monger "1.0.0-beta6" :description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included" :min-lein-version "2.0.0" :license {:name "Eclipse Public License"}