README and change log updates

This commit is contained in:
Michael S. Klishin 2012-06-04 18:36:02 +04:00
parent 52aa5cc857
commit 03174708d0
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## Changes between 1.0.0-beta8 and 1.0.0-rc1
No changes yet.
## Changes between 1.0.0-beta7 and 1.0.0-beta8
### GridFS support improvements

View file

@ -46,7 +46,7 @@ RC1 is something we believe is worth labelling 1.0 when most of documentation gu
With Leiningen:
[com.novemberain/monger "1.0.0-beta7"]
[com.novemberain/monger "1.0.0-beta8"]
With Maven:
@ -54,7 +54,7 @@ With Maven:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>monger</artifactId>
<version>1.0.0-beta7</version>
<version>1.0.0-beta8</version>
</dependency>