Skip to content

Commit

Permalink
prepare for release 8.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Feb 14, 2021
1 parent d337ec3 commit 7c01a8e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7c01a8e

Please sign in to comment.