Skip to content

Commit dcad888

Browse files
committed
update version
1 parent 095415b commit dcad888

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
@@ -2,6 +2,17 @@
22

33
## master
44

5+
## 7.2.0 (2019-10-23)
6+
7+
* Enhancements
8+
* Allow filtering of Events using `before_send_event` (#364)
9+
10+
* Bug Fixes
11+
* Remove newline from Logger for API error (#351)
12+
* Add docs for Sentry.Context (#352)
13+
* Avoid error duplication for Plug errors (#355)
14+
* Fix issue in Sentry.Sources docs around recompilation (#357)
15+
516
## 7.1.0 (2019-06-11)
617

718
* Enhancements

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.1.0",
7+
version: "7.2.0",
88
elixir: "~> 1.7",
99
description: "The Official Elixir client for Sentry",
1010
package: package(),

0 commit comments

Comments
 (0)