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 fd9f354 commit 532ed60Copy full SHA for 532ed60
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-## 2.0.0
+## master
4
+
5
+## 2.0.0 (2016-11-28)
6
7
* Enhancements
8
* Return a task when sending a Sentry event
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
- version: "1.1.2",
+ version: "2.0.0",
elixir: "~> 1.3",
9
description: "The Official Elixir client for Sentry",
10
package: package(),
0 commit comments