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 8405c38 commit dd62fa1Copy full SHA for dd62fa1
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## master
4
5
+## 7.0.1 (2018-10-01)
6
+
7
+* Enhancements
8
+ * Remove poison from applications list(#306)
9
10
## 7.0.0 (2018-09-07)
11
12
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
- version: "7.0.0",
+ version: "7.0.1",
elixir: "~> 1.7",
description: "The Official Elixir client for Sentry",
package: package(),
0 commit comments