Skip to content

Commit bec556d

Browse files
committed
Release 1.0.26
1 parent 8471432 commit bec556d

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.0.26
2+
3+
* Updating yconf to version 1.0.18.
4+
15
# Version 1.0.25
26

37
* Updating yconf to version 1.0.17.

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{deps, [%{if_version_below, "27",
2626
{jiffy, "~> 1.1.1", {git, "https://github.com/davisp/jiffy.git", {tag, "1.1.1"}}},
2727
%},
28-
{yconf, "~> 1.0.17", {git, "https://github.com/processone/yconf.git", {tag, "1.0.17"}}},
28+
{yconf, "~> 1.0.17", {git, "https://github.com/processone/yconf.git", {tag, "1.0.18"}}},
2929
{idna, "~> 6.0", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
3030
{base64url, "~> 1.0", {git, "https://github.com/dvv/base64url", {tag, "1.0.1"}}},
3131
{if_version_above, "23",

src/p1_acme.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%%%-------------------------------------------------------------------
1818
{application, p1_acme,
1919
[{description, "ACME client"},
20-
{vsn, "1.0.25"},
20+
{vsn, "1.0.26"},
2121
{modules, []},
2222
{registered, []},
2323
{applications, [kernel, stdlib,

0 commit comments

Comments
 (0)