Skip to content

Commit 7c01a8e

Browse files
committed
prepare for release 8.0.5
1 parent d337ec3 commit 7c01a8e

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Changelog
22

3-
## next release
4-
* Deprecate `Sentry.Config.in_app_module_whitelist` in favor of `Sentry.Config.in_app_module_allow_list` (#450)
5-
* Update outdated `Sentry.Plug` documentation (#452)
6-
* Update `Sentry.HTTPClient` documentation (#456)
3+
## Unreleased
4+
5+
## 8.0.5 (2021-02-14)
6+
7+
* Enhancements
8+
* Support lists in scrubbing (#442)
9+
* Send Sentry reports on uncaught throws/exits (#447)
10+
11+
* Bug Fixes
12+
* Deprecate `Sentry.Config.in_app_module_whitelist` in favor of `Sentry.Config.in_app_module_allow_list` (#450)
13+
* Update outdated `Sentry.Plug` documentation (#452)
14+
* Update `Sentry.HTTPClient` documentation (#456)
715

816
## 8.0.4 (2020-11-16)
917

10-
* Do not read DSN config at compile time (#441)
18+
* Bug Fixes
19+
* Do not read DSN config at compile time (#441)
1120

1221
## 8.0.3 (2020-11-11)
1322

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Sentry.Mixfile do
22
use Mix.Project
33

4-
@version "8.0.4"
4+
@version "8.0.5"
55
@source_url "https://github.com/getsentry/sentry-elixir"
66

77
def project do

0 commit comments

Comments
 (0)