Skip to content

Commit 2948492

Browse files
committed
prepare for release 8.0.4
1 parent 6e14a5c commit 2948492

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 8.0.4 (2020-11-16)
4+
5+
* Do not read dsn config at compile time (#441)
6+
37
## 8.0.3 (2020-11-11)
48

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

77
def project do

0 commit comments

Comments
 (0)