Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Nov 1, 2018
1 parent 88f16e2 commit 03a6852
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

## master

## 7.0.2 (2018-11-01)

* Bug Fixes
* Fix sending Phoenix.Router.NoRouteError when using Sentry.Phoenix.Endpoint (#309)

## 7.0.1 (2018-10-01)

* Enhancements
* Remove poison from applications list(#306)
* Remove Poison from applications list (#306)

## 7.0.0 (2018-09-07)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
version: "7.0.1",
version: "7.0.2",
elixir: "~> 1.7",
description: "The Official Elixir client for Sentry",
package: package(),
Expand Down

0 comments on commit 03a6852

Please sign in to comment.