Skip to content

Commit b9f1ca3

Browse files
committed
Bump to 1.7.0
1 parent a4b3b09 commit b9f1ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Capture exceptions and send them to the [Bugsnag](https://www.bugsnag.com/) API!
3232
```elixir
3333
# mix.exs
3434
defp deps do
35-
[{:bugsnag, "~> 1.6.0"}]
35+
[{:bugsnag, "~> 1.7.0"}]
3636
end
3737
```
3838

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Bugsnag.Mixfile do
44
def project do
55
[
66
app: :bugsnag,
7-
version: "1.6.0",
7+
version: "1.7.0",
88
elixir: "~> 1.3",
99
package: package(),
1010
description: "An Elixir interface to the Bugsnag API.",

0 commit comments

Comments
 (0)