We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf5c38 commit c27a529Copy full SHA for c27a529
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## master
4
5
+## 7.2.1 (2019-11-20)
6
+
7
+* Bug Fixes
8
+ * Improve documentation for `Sentry.Client.send_event/2` (#367)
9
+ * Fix potential Logger deadlock (#372)
10
11
## 7.2.0 (2019-10-23)
12
13
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
- version: "7.2.0",
+ version: "7.2.1",
elixir: "~> 1.7",
description: "The Official Elixir client for Sentry",
package: package(),
0 commit comments