diff --git a/ChangeLog.md b/ChangeLog.md index 891cded..b2d0c17 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,8 @@ +## Changes between 1.0.0-rc1 and 1.0.0 + +No changes yet. + + ## Changes between 1.0.0-rc1 and 1.0.0-rc2 ### Ragtime integration diff --git a/README.md b/README.md index 6978a28..4b62216 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To subscribe for announcements of releases, important changes and so on, please ## Project Maturity -Monger is not a young project: it will be 1 year old in a few months, with active production use from week 1. It is now at 1.0.0-rc1, +Monger is not a young project: it will be 1 year old in a few months, with active production use from week 1. It is now at 1.0.0 RCs, all API parts are set in stone and 1.0 will be released after a few weeks of "soaking". @@ -54,7 +54,7 @@ definition to your `pom.xml`: With Leiningen: - [com.novemberain/monger "1.0.0-rc1"] + [com.novemberain/monger "1.0.0-rc2"] With Maven: @@ -62,7 +62,7 @@ With Maven: com.novemberain monger - 1.0.0-rc1 + 1.0.0-rc2 diff --git a/project.clj b/project.clj index 7407d58..fda4f3f 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-rc2" :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"}