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 26bf337 commit ae36149Copy full SHA for ae36149
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## master
4
5
+## 6.4.2 (2018-09-05)
6
+
7
+* Enhancements
8
+ * Add deps reporting back (#305 / #301)
9
10
## 6.4.1 (2018-07-26)
11
12
* Bug Fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
- version: "6.4.1",
+ version: "6.4.2",
elixir: "~> 1.3",
description: "The Official Elixir client for Sentry",
package: package(),
0 commit comments