From 13c119394f4543a40871a27170c67767a3785273 Mon Sep 17 00:00:00 2001 From: Justin Schneck Date: Sun, 15 Apr 2018 16:40:27 +0200 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1232e6e..54a6bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.4.1 + +* Bug fixes + * Fix crash when `grep`'ing iodata + * Fix `init/1` callback return value when only specifying the module. + ## v0.4.0 * New features diff --git a/mix.exs b/mix.exs index 4b2c2f3..aa47548 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule RingLogger.MixProject do def project do [ app: :ring_logger, - version: "0.4.0", + version: "0.4.1", elixir: "~> 1.4", start_permanent: Mix.env() == :prod, description: description(),