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 235fbc1 commit 1ae5140Copy full SHA for 1ae5140
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## master
4
5
+## 7.0.6 (2019-04-17)
6
+
7
+* Enhancements
8
+ * Allow configuring Sentry log level (#334)
9
10
## 7.0.5 (2019-04-05)
11
12
* Bug Fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
- version: "7.0.5",
+ version: "7.0.6",
elixir: "~> 1.7",
description: "The Official Elixir client for Sentry",
package: package(),
0 commit comments