Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 26, 2018
1 parent 15bfe0d commit aee0920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.06 2018-01-27

4.05 2018-01-26
- Added support for for, group_by, limit, offset and order_by options to
select and select_p methods in Mojo::Pg::Database.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Pg.pm
Expand Up @@ -42,7 +42,7 @@ has pubsub => sub {
return $pubsub;
};

our $VERSION = '4.05';
our $VERSION = '4.06';

sub db { $_[0]->database_class->new(dbh => $_[0]->_prepare, pg => $_[0]) }

Expand Down

0 comments on commit aee0920

Please sign in to comment.