diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6b444e..55404c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 10.8.1 + +Optional dependency on phoenix_live_view has been updated to `~> 0.20 or ~> 1.0`. + ## 10.8.0 This release bumps the minimum Elixir requirement to 1.13, fixes a few bugs, and introduces **client reports**. Client reports will be sent to Sentry by default, but you can disable them with: diff --git a/mix.exs b/mix.exs index bfc710d1..acfb35fa 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Sentry.Mixfile do use Mix.Project - @version "10.8.0" + @version "10.8.1" @source_url "https://github.com/getsentry/sentry-elixir" def project do