Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Dec 30, 2018
1 parent ce55628 commit 6cfba39
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.4.0 (2018-12-30)

* Revert swich from proto2 to proto3
* Verify authenticity of signed payload
* Add `repo_verify_origin` config option

## 0.3.0 (2018-12-14)

* Swich from proto2 to proto3
Expand Down
2 changes: 1 addition & 1 deletion doc/tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 style="margin-top: 0;margin-bottom: 0;text-align:center;">
<span style="color: #3d3d3d;font-weight: 300;font-size: 20px;">hex_core</span>
</h1>
<h2 style="margin-top: 0;margin-bottom: 0;text-align:center;">
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.3.0</span>
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.4.0</span>
</h2>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/hex_core.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, hex_core, [
{description, "Reference implementation of Hex specifications"},
{vsn, "0.3.0"},
{vsn, "0.4.0"},
{registered, []},
{applications, [kernel, stdlib]},
{licenses, ["Apache 2.0"]},
Expand Down
2 changes: 1 addition & 1 deletion src/hex_core.hrl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-define(HEX_CORE_VERSION, "0.2.0").
-define(HEX_CORE_VERSION, "0.4.0").

0 comments on commit 6cfba39

Please sign in to comment.