Skip to content

Commit

Permalink
bugfix - 0.8.1 buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuehn committed Nov 19, 2012
1 parent 3a08ac1 commit 3e92041
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ h2. Change Log

Also see the "release notes of underlying morphia library":http://code.google.com/p/morphia/wiki/ReleaseNotes and the GORM-MongoDB "User Guide":http://jkuehn.github.com/gorm-mongodb/

h3. v0.8.2 - 2012-11-19
* Bugfix release

h3. v0.8.1 - 2012-11-19
* Added a basic auditing feature. Mongo-Domain classes having the @grails.plugins.mongodb.audit.Audited@ annotation will have a copy of every saved instance persited to a @collectionName@ + "History" collection.
* Updated MongoDB Java driver to *2.9.3*
Expand Down
2 changes: 1 addition & 1 deletion MongodbMorphiaGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MongodbMorphiaGrailsPlugin {
def scm = [ url: "https://github.com/jkuehn/gorm-mongodb" ]

// the plugin version
def version = "0.8.1"
def version = "0.8.2"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.3.4 > *"
// the other plugins this plugin depends on
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<plugin name='mongodb-morphia' version='0.8.1' grailsVersion='1.3.4 &gt; *'>
<plugin name='mongodb-morphia' version='0.8.2' grailsVersion='1.3.4 &gt; *'>
<author>Juri Kuehn</author>
<authorEmail>juri.kuehn at gmail.com</authorEmail>
<title>Alternative MongoDB GORM based on the Morphia library</title>
Expand Down

0 comments on commit 3e92041

Please sign in to comment.