From 83930b3390278063b753bcab98ce1aac3c3cdb29 Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Wed, 11 Dec 2024 08:48:49 +0000 Subject: [PATCH 1/2] Bump version to 10.8.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 80a324832b9b9141a65748c21ca0fb3cfa613df3 Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Wed, 11 Dec 2024 08:49:06 +0000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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: