Skip to content

Commit

Permalink
Update to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopmar committed Sep 21, 2015
1 parent 329b63f commit 5db768a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PostgresqlExtensionsGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import net.kaleidos.hibernate.postgresql.criteria.JsonCriterias
import net.kaleidos.hibernate.postgresql.hstore.HstoreDomainType

class PostgresqlExtensionsGrailsPlugin {
def version = "4.6.0"
def version = "4.6.1"
def grailsVersion = "2.0 > *"
def pluginExcludes = [
"grails-app/controllers/**",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ Collaborations are appreciated :-)
Release Notes
-------------

* 4.6.1 - 21/Sep/2015 - Hibernate 4.x. Fix [#76](https://github.com/kaleidos/grails-postgresql-extensions/issues/76).
* 4.6.0 - 08/Sep/2015 - Hibernate 4.x. Add support to order by a sql formula and by random. Fix [#72](https://github.com/kaleidos/grails-postgresql-extensions/issues/72).
* 4.5.0 - 02/Jun/2015 - Hibernate 4.x. GR8Conf Hackergarten! Merge PRs: [#62](https://github.com/kaleidos/grails-postgresql-extensions/pull/62),
[#66](https://github.com/kaleidos/grails-postgresql-extensions/pull/66), [#67](https://github.com/kaleidos/grails-postgresql-extensions/pull/67),
Expand Down

0 comments on commit 5db768a

Please sign in to comment.