1.1.1
This commit is contained in:
parent
6ca01e4256
commit
4c59a4eccc
3 changed files with 10 additions and 4 deletions
|
|
@ -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.
|
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
|
## Changes between 1.1.0-rc1 and 1.1.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ definition to your `pom.xml`:
|
||||||
|
|
||||||
With Leiningen:
|
With Leiningen:
|
||||||
|
|
||||||
[com.novemberain/monger "1.1.0"]
|
[com.novemberain/monger "1.1.1"]
|
||||||
|
|
||||||
|
|
||||||
With Maven:
|
With Maven:
|
||||||
|
|
@ -61,7 +61,7 @@ With Maven:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.novemberain</groupId>
|
<groupId>com.novemberain</groupId>
|
||||||
<artifactId>monger</artifactId>
|
<artifactId>monger</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>1.1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
|
||||||
:url "http://clojuremongodb.info"
|
:url "http://clojuremongodb.info"
|
||||||
:min-lein-version "2.0.0"
|
:min-lein-version "2.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue