Skip to content

Commit

Permalink
prepare for release 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Feb 13, 2020
1 parent 5c37a8d commit 531dd16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## master

## 7.2.1 (2019-11-20)
## 7.2.2 (2020-02-13)

* Bug Fixes
* Handle neww Cowboy 2 init MFA (#377)
* Ensure stacktrace is list in LoggerBackend (#380)

## 7.2.1 (2019-12-05)

* Bug Fixes
* Improve documentation for `Sentry.Client.send_event/2` (#367)
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.2.1",
version: "7.2.2",
elixir: "~> 1.7",
description: "The Official Elixir client for Sentry",
package: package(),
Expand Down

0 comments on commit 531dd16

Please sign in to comment.