Prepare for the next development iteration

This commit is contained in:
Michael S. Klishin 2012-06-26 13:44:36 +04:00
parent 133448090c
commit 8cb32d761c
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## Changes between 1.0.0 and 1.1.0-alpha1
No changes yet.
## Changes between 1.0.0-rc2 and 1.0.0
### Extended support for BSON serialization for Joda Time types

View file

@ -1,4 +1,4 @@
(defproject com.novemberain/monger "1.0.0"
(defproject com.novemberain/monger "1.1.0-SNAPSHOT"
: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"}