Change log update, 1.1.1 is out

This commit is contained in:
Michael S. Klishin 2012-07-11 22:30:37 +04:00
parent 2a1e52fc1e
commit 8fac41f115
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
## Changes between 1.1.0 and 1.2.0-alpha1
No changes yet
### 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>