Skip to content

Commit d73397c

Browse files
committed
bump to 1.6.1
1 parent c72ee2c commit d73397c

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
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.6.1
4+
5+
### Fixed
6+
- pass along stacktrace from Plug.ErrorHandler to Bugsnag [#44](https://github.com/bugsnag-elixir/bugsnag-elixir/pull/44)
7+
38
## v1.6.0
49

510
### Changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Plugsnag.Mixfile do
44
def project do
55
[
66
app: :plugsnag,
7-
version: "1.6.0",
7+
version: "1.6.1",
88
elixir: "~> 1.8",
99
package: package(),
1010
description: "Bugsnag reporter for Elixir's Plug",

0 commit comments

Comments
 (0)