Skip to content

Commit d1ac499

Browse files
committed
Release 1.0.31
1 parent 759775e commit d1ac499

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Version 1.0.31
22

3+
* Updating yconf to version 1.0.23.
34
* Update idna to version 7.1
45
* Remove jiffy dependency for <R27
56

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{jose, "1.11.10", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.10"}}},
3131
{jose, "~> 1.11.12", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.12"}}}
3232
},
33-
{yconf, "~> 1.0.22", {git, "https://github.com/processone/yconf", {tag, "1.0.22"}}}
33+
{yconf, "~> 1.0.22", {git, "https://github.com/processone/yconf", {tag, "1.0.23"}}}
3434
]}.
3535

3636
{cover_enabled, true}.

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.30"},
20+
{vsn, "1.0.31"},
2121
{modules, []},
2222
{registered, []},
2323
{applications, [kernel, stdlib,

0 commit comments

Comments
 (0)