diff --git a/ChangeLog.md b/ChangeLog.md index 1c15baa..b01885c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +## Changes between 1.0.0-beta4 and 1.0.0-beta5 + +No changes yet. + + + ## Changes between 1.0.0-beta3 and 1.0.0-beta4 ### Support for URI connections (and thus PaaS provides like Heroku) diff --git a/README.md b/README.md index 07829f6..fd59e41 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,12 @@ wanted a client that will * Be well documented. * Be well tested. * Be maintained, do not carry technical debt from 2009 forever. + * Target Clojure 1.3.0 and later from the ground up. * Integrate with libraries like clojure.data.json and Joda Time. * Provide support for unit testing: factories/fixtures DSL, collection cleaner functions, clojure.test integration and so on. - * Integrate usage of JavaScript files and ClojureScript (as soon as the compiler gets artifact it is possible to depend on for easy embedding). + * Support URI connections to be friendly to Heroku and other PaaS providers. * Learn from other clients like the Java and Ruby ones. - * Target Clojure 1.3.0 and later from the ground up. + * Integrate usage of JavaScript files and ClojureScript (as soon as the compiler gets artifact it is possible to depend on for easy embedding). ## Documentation & Examples @@ -45,7 +46,7 @@ together with documentation guides and dedicated website. With Leiningen: - [com.novemberain/monger "1.0.0-beta3"] + [com.novemberain/monger "1.0.0-beta4"] With Maven: @@ -53,7 +54,7 @@ With Maven: com.novemberain monger - 1.0.0-beta3 + 1.0.0-beta4 diff --git a/project.clj b/project.clj index c1fc532..0eb119a 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-beta4" :description "Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver" :min-lein-version "2.0.0" :license {:name "Eclipse Public License"}