Skip to content

Commit 944eb21

Browse files
committed
prepare for release 8.0.3
1 parent f9e0d7f commit 944eb21

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 8.0.3 (2020-11-11)
4+
5+
* Enhancements
6+
* Update package & docs configuration (#432)
7+
* Add Plug.Status filter example (#433)
8+
* Support multiple source code root paths in Sentry.Sources (#437)
9+
10+
* Bug Fixes
11+
* Fix dialyzer reporting unmatched_return for Sentry.PlugCapture (#436)
12+
* Align Sentry event levels with Elixir logging levels (#439)
13+
314
## 8.0.2 (2020-09-06)
415

516
* Enhancements

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.2"
4+
@version "8.0.3"
55
@source_url "https://github.com/getsentry/sentry-elixir"
66

77
def project do

0 commit comments

Comments
 (0)