Skip to content

Commit f95cfc7

Browse files
committed
release 2.0.1
1 parent 27d8db7 commit f95cfc7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## master
44

5+
## 2.0.1 (2016-12-05)
6+
7+
* Bug Fixes
8+
* Fix compilation error when Plug is not available
9+
510
## 2.0.0 (2016-11-28)
611

712
* Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
44
def project do
55
[
66
app: :sentry,
7-
version: "2.0.0",
7+
version: "2.0.1",
88
elixir: "~> 1.3",
99
description: "The Official Elixir client for Sentry",
1010
package: package(),

0 commit comments

Comments
 (0)