Skip to content

Commit

Permalink
prepare for release 8.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Jul 1, 2020
1 parent 3ed8f1a commit 4c3160b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 8.0.0-rc.2 (2020-07-01)
Fix trying to transform erlang error coming from PlugCapture (#406)

## 8.0.0-rc.1 (2020-06-29)

Remove changes that were unintentionally included in build

## 8.0.0-rc.0 (2020-06-24)

* Enhancements
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: "8.0.0-rc.1",
version: "8.0.0-rc.2",
elixir: "~> 1.10",
description: "The Official Elixir client for Sentry",
package: package(),
Expand Down

0 comments on commit 4c3160b

Please sign in to comment.