Update README

This commit is contained in:
Michael Klishin 2013-03-30 00:32:30 +04:00
parent 9373550439
commit 51bb055936
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
## Changes between 1.5.0 and 1.6.0
No changes yet.
## Changes between 1.4.0 and 1.5.0
### Full Text Search Support

View file

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