Skip to content

Commit

Permalink
Release 1.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jun 27, 2024
1 parent 9a60049 commit a0592ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Version 1.1.26

* Updating xmpp to version 1.8.2.
* Fix issues with building on OTP27
* Add support for unix domain sockets

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

{deps, [{xmpp, "~> 1.8.0", {git, "https://github.com/processone/xmpp", {tag, "1.8.1"}}}]}.
{deps, [{xmpp, "~> 1.8.0", {git, "https://github.com/processone/xmpp", {tag, "1.8.2"}}}]}.

{cover_enabled, true}.
{cover_export_enabled, true}.
Expand Down
2 changes: 1 addition & 1 deletion src/p1_pgsql.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{application, p1_pgsql,
[{description, "PostgreSQL driver"},
{vsn, "1.1.25"},
{vsn, "1.1.26"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, ssl, xmpp]},
Expand Down

0 comments on commit a0592ff

Please sign in to comment.