diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3da36..c73fc3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.8.5 + +* Improvements + * `RingLogger.grep/2` supports `:before` and `:after` options + * Support OTP 25 + ## v0.8.4 * Fixes diff --git a/mix.exs b/mix.exs index 7e533b5..406ab8d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RingLogger.MixProject do use Mix.Project - @version "0.8.4" + @version "0.8.5" @source_url "https://github.com/nerves-project/ring_logger" def project do