Skip to content

Commit ead77e2

Browse files
committed
Release v0.6.5
1 parent f333752 commit ead77e2

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 0.6.5 (2020-01-14)
4+
5+
* Transition away from `http_uri` when using newer OTP releases
6+
* Ensure `Role` is given as an atom in `hex_api_organization_member:add/3`
7+
* Add `http_headers` to the `hex_core:config()` type
8+
* Add default `http_headers` to `hex_core:default_config/0`
9+
* Fix `hex_registry:decode_and_verify_signed/2` spec
10+
* Fix `hex_tarball:files/0` type
11+
312
## 0.6.4 (2019-12-27)
413

514
* Fix setting level and trasfer options in organization api

doc/tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1 style="margin-top: 0;margin-bottom: 0;text-align:center;">
2020
<span style="color: #3d3d3d;font-weight: 300;font-size: 20px;">hex_core</span>
2121
</h1>
2222
<h2 style="margin-top: 0;margin-bottom: 0;text-align:center;">
23-
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.6.4</span>
23+
<span style="color: #3d3d3d;font-weight: 300;font-size: 18px;">v0.6.5</span>
2424
</h2>
2525
</div>
2626

src/hex_core.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, hex_core, [
22
{description, "Reference implementation of Hex specifications"},
3-
{vsn, "0.6.4"},
3+
{vsn, "0.6.5"},
44
{registered, []},
55
{applications, [kernel, stdlib]},
66
{licenses, ["Apache-2.0"]},

src/hex_core.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-define(HEX_CORE_VERSION, "0.6.4").
1+
-define(HEX_CORE_VERSION, "0.6.5").

0 commit comments

Comments
 (0)