1.3.0 is out, begin 1.4.0 development cycle

This commit is contained in:
Michael S. Klishin 2012-10-24 08:00:07 +04:00
parent 1f0414e06b
commit 54c8c5f791
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## Changes between 1.3.0 and 1.4.0
No changes yet.
## Changes between 1.2.0 and 1.3.0
### monger.core/disconnect!

View file

@ -52,7 +52,7 @@ definition to your `pom.xml`:
With Leiningen:
[com.novemberain/monger "1.2.0"]
[com.novemberain/monger "1.3.0"]
With Maven:
@ -60,7 +60,7 @@ With Maven:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>monger</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>