The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

0.06  2014-10-12
  - Added notify method to Mojo::Pg::Database.

0.05  2014-10-11
  - Updated Mojolicious requirement to 5.49 to ensure migrations in the DATA
    section are not served as static files.

0.04  2014-10-10
  - Added support for migrations.
  - Added Mojo::Pg::Migrations.
  - Added migrations attribute to Mojo::Pg.

0.03  2014-10-06
  - Improved non-blocking queries to be able to introspect the statement
    handle.

0.02  2014-10-03
  - Added support for PostgreSQL connection strings.
  - Added from_string method to Mojo::Pg.

0.01  2014-10-03
  - First release.