Skip to content

Commit 13193cb

Browse files
committed
Release 1.1.39
1 parent 8414010 commit 13193cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.1.39
2+
3+
* Stop depending on xmpp, and replace its usage with stringprep
4+
15
# Version 1.1.38
26

37
* Fix issue with rebar3 version

src/p1_pgsql.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{application, p1_pgsql,
2525
[{description, "PostgreSQL driver"},
26-
{vsn, "1.1.38"},
26+
{vsn, "1.1.39"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, ssl, xmpp]},

0 commit comments

Comments
 (0)