Skip to content

Commit ec9c0f1

Browse files
committed
Release 1.1.41
1 parent 294d2fc commit ec9c0f1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.41
2+
3+
* Updating stringprep to version 1.0.34.
4+
15
# Version 1.1.40
26

37
* Fix issues reported by dialyzer

rebar.config

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

2323
{erl_opts, [debug_info, {src_dirs, ["src"]}, {i, "include"}]}.
2424

25-
{deps, [{stringprep, "~> 1.0.33", {git, "https://github.com/processone/stringprep", {tag, "1.0.33"}}}]}.
25+
{deps, [{stringprep, "~> 1.0.34", {git, "https://github.com/processone/stringprep", {tag, "1.0.34"}}}]}.
2626

2727
{cover_enabled, true}.
2828
{cover_export_enabled, true}.

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.40"},
26+
{vsn, "1.1.41"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, ssl, stringprep]},

0 commit comments

Comments
 (0)