diff --git a/CHANGELOG.md b/CHANGELOG.md index 439171bf..c4bf087b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,22 @@ # Changelog -## next release -* Deprecate `Sentry.Config.in_app_module_whitelist` in favor of `Sentry.Config.in_app_module_allow_list` (#450) -* Update outdated `Sentry.Plug` documentation (#452) -* Update `Sentry.HTTPClient` documentation (#456) +## Unreleased + +## 8.0.5 (2021-02-14) + +* Enhancements + * Support lists in scrubbing (#442) + * Send Sentry reports on uncaught throws/exits (#447) + +* Bug Fixes + * Deprecate `Sentry.Config.in_app_module_whitelist` in favor of `Sentry.Config.in_app_module_allow_list` (#450) + * Update outdated `Sentry.Plug` documentation (#452) + * Update `Sentry.HTTPClient` documentation (#456) ## 8.0.4 (2020-11-16) -* Do not read DSN config at compile time (#441) +* Bug Fixes + * Do not read DSN config at compile time (#441) ## 8.0.3 (2020-11-11) diff --git a/mix.exs b/mix.exs index 16f9144a..d3fe0b49 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Sentry.Mixfile do use Mix.Project - @version "8.0.4" + @version "8.0.5" @source_url "https://github.com/getsentry/sentry-elixir" def project do