1.3.0 is out, begin 1.4.0 development cycle
This commit is contained in:
parent
1f0414e06b
commit
54c8c5f791
2 changed files with 8 additions and 2 deletions
|
|
@ -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
|
## Changes between 1.2.0 and 1.3.0
|
||||||
|
|
||||||
### monger.core/disconnect!
|
### monger.core/disconnect!
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ definition to your `pom.xml`:
|
||||||
|
|
||||||
With Leiningen:
|
With Leiningen:
|
||||||
|
|
||||||
[com.novemberain/monger "1.2.0"]
|
[com.novemberain/monger "1.3.0"]
|
||||||
|
|
||||||
|
|
||||||
With Maven:
|
With Maven:
|
||||||
|
|
@ -60,7 +60,7 @@ With Maven:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.novemberain</groupId>
|
<groupId>com.novemberain</groupId>
|
||||||
<artifactId>monger</artifactId>
|
<artifactId>monger</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>1.3.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue