Skip to content

Commit

Permalink
Changed to version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
poiati committed Aug 17, 2011
1 parent 7af603b commit c9dec74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.txt
@@ -1,8 +1,9 @@
* 0.8.1
* 0.9
- Added support to insert methods with WriteConcern
- Added support and test to com.mongodb.DBRef
- Added constructor GMongo( MongoUri )
- Groovy version updated to 1.8
- Updated mongo-java-driver to version 2.6.3
- Groovy version updated to 1.8.1
- Updated mongo-java-driver to version 2.6.5
* 0.8
- Fixed a memory leak introduced in version 0.7
* 0.7
Expand All @@ -18,7 +19,7 @@
- Changed mongo-java-driver to version 2.1
- Changed Groovy version to 1.7.4

* 0.5 Nightly
* 0.5
- Improved error handling in com.mongodb.DB#inRequest (now this method calls com.mongodb.DB#requestDone even if the closure throws an exception)

* 0.5.1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'eclipse'

group = 'com.gmongo'
version = '0.8.1'
version = '0.9'
artifact = 'gmongo'

bundleDir = "$buildDir/bundle"
Expand Down

0 comments on commit c9dec74

Please sign in to comment.