Skip to content

Commit

Permalink
prepare for release 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Jul 13, 2020
1 parent 8265a44 commit b16b23d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Changelog

## 8.0.0 (2020-07-13)
[https://gist.github.com/mitchellhenke/dce120a5515565076b13962ee0be749b](7.x -> 8.0 Upgrade Guide)

* Bug Fixes
* Fix documentation for `Sentry.PlugContext` (#410)

## 8.0.0-rc.2 (2020-07-01)
Fix trying to transform erlang error coming from PlugCapture (#406)
* Bug Fixes
* 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
* Bug Fixes
* Remove changes that were unintentionally included in build

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

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

0 comments on commit b16b23d

Please sign in to comment.