Skip to content

Commit

Permalink
Bump version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Apr 13, 2020
1 parent 9266a26 commit ccdf5f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 1.13.0 (2020-04-13)

* Allow overriding of inet/cidr type conversion using conversion procs (beanieboi, jeremyevans) (#36, #37)

=== 1.12.5 (2020-03-23)

* Fix offset calculation for timestamptz types when datetime_class is DateTime and using local application timezone (jeremyevans)
Expand Down
2 changes: 1 addition & 1 deletion ext/sequel_pg/sequel_pg.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define SEQUEL_PG_VERSION_INTEGER 11205
#define SEQUEL_PG_VERSION_INTEGER 11300

#include <string.h>
#include <stdio.h>
Expand Down

0 comments on commit ccdf5f3

Please sign in to comment.