diff --git a/CHANGELOG.md b/CHANGELOG.md index e382c7c..b0491d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.8.0 + +* New features + * Support filtering by OTP application. This uses the same mechanism as + per-module filtering by automatically adding in all modules that are part of + an OTP application. It is super useful! See the README.md. Thanks to Jon + Carstons for adding this feature. + * Support setting defaults on RingLogger clients so that you can configure + things like a global default to info level messages and then only show + debug messages from some applications + ## v0.7.0 * New features diff --git a/mix.exs b/mix.exs index 497f161..17b4486 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RingLogger.MixProject do use Mix.Project - @version "0.7.0" + @version "0.8.0" def project do [