Change log update, 1.1.1 is out
This commit is contained in:
parent
2a1e52fc1e
commit
8fac41f115
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue