This commit is contained in:
Michael S. Klishin 2012-07-11 22:28:30 +04:00
parent 6ca01e4256
commit 4c59a4eccc
3 changed files with 10 additions and 4 deletions

View file

@ -1,8 +1,14 @@
## Changes between 1.1.0 and 1.1.1
## Changes between 1.1.1 and 1.1.2
No changes yet.
## Changes between 1.1.0 and 1.1.1
### monger.collection/insert-and-return no longer forcefully replaces existing document id
`monger.collection/insert-and-return` now preserves existing document ids, just like `monger.collection/save-and-return` does.
## Changes between 1.1.0-rc1 and 1.1.0

View file

@ -53,7 +53,7 @@ definition to your `pom.xml`:
With Leiningen:
[com.novemberain/monger "1.1.0"]
[com.novemberain/monger "1.1.1"]
With Maven:
@ -61,7 +61,7 @@ With Maven:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>monger</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

View file

@ -1,4 +1,4 @@
(defproject com.novemberain/monger "1.1.1-SNAPSHOT"
(defproject com.novemberain/monger "1.1.1"
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
:url "http://clojuremongodb.info"
:min-lein-version "2.0.0"