From f74f373ed85d4d5990ef04ffe14e17bdb7ffc54a Mon Sep 17 00:00:00 2001 From: Josh Austin Date: Mon, 5 Feb 2018 11:36:06 -0500 Subject: [PATCH] release/2018.02.05 (#20) * update version to 0.8.0 * update CHANGELOG for release 0.8.0 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b4caa..d3aa08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## v0.8.0 +- Enhancements + - remove warnings from Elixir 1.6.1 and Erlang/OTP 20 + - update code style and formatting via Elixir 1.6.1 formatter +- Contributors (thanks!) + - [quatermain](https://github.com/quatermain) + ## v0.7.1 - Fixes - fix `generate_key` compatibility with OTP 20 diff --git a/mix.exs b/mix.exs index fd3846b..bfef2d7 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ExCrypto.Mixfile do def project do [ app: :ex_crypto, - version: "0.7.1", + version: "0.8.0", name: "ExCrypto", elixir: ">= 1.4.2", description: description(),