From 4a2f3a12b8da101f2ec5c3d1a45d9bc4c9a8f549 Mon Sep 17 00:00:00 2001 From: cabol Date: Tue, 26 Jun 2018 23:46:47 +0200 Subject: [PATCH] Version Bump to v0.5.1 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0185324..0f3cf4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v0.5.1](https://github.com/cabol/shards/tree/v0.5.1) (2018-06-26) +[Full Changelog](https://github.com/cabol/shards/compare/v0.5.0...v0.5.1) + +**Closed issues:** + +- Issues on Erlang v21 [\#40](https://github.com/cabol/shards/issues/40) +- Improve test coverage \(ideally 100%\) [\#38](https://github.com/cabol/shards/issues/38) + ## [v0.5.0](https://github.com/cabol/shards/tree/v0.5.0) (2017-07-11) [Full Changelog](https://github.com/cabol/shards/compare/v0.4.2...v0.5.0) diff --git a/README.md b/README.md index 86c7934..de78d03 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ In your `rebar.config`: ```erlang {deps, [ - {shards, "0.5.0"} + {shards, "0.5.1"} ]}. ```