Skip to content

Commit 322cbe9

Browse files
committed
prepare for release
1 parent d941a29 commit 322cbe9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
## master
44

5+
## 7.1.0 (2019-06-11)
6+
57
* Enhancements
68
* Option to include `Logger.metadata` in `Sentry.LoggerBackend` (#338)
9+
* Send maximum length of args in stacktrace (#340)
10+
* Fix dialyzer warning when using Sentry.Phoenix.Endpoint (#344)
11+
12+
* Bug Fixes
13+
* Fix documentation error relating to File.cwd!() (#346)
14+
* Add parens to File.cwd!() in documentation (#347)
15+
* Check that DSN is binary (#348)
716

817
## 7.0.6 (2019-04-17)
918

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
44
def project do
55
[
66
app: :sentry,
7-
version: "7.0.6",
7+
version: "7.1.0",
88
elixir: "~> 1.7",
99
description: "The Official Elixir client for Sentry",
1010
package: package(),

0 commit comments

Comments
 (0)