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 27d8db7 commit f95cfc7Copy full SHA for f95cfc7
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## master
4
5
+## 2.0.1 (2016-12-05)
6
+
7
+* Bug Fixes
8
+ * Fix compilation error when Plug is not available
9
10
## 2.0.0 (2016-11-28)
11
12
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
- version: "2.0.0",
+ version: "2.0.1",
elixir: "~> 1.3",
description: "The Official Elixir client for Sentry",
package: package(),
0 commit comments