From 4a6b5e284ebf8df6ad117d4594f9b12cab8c200e Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 11 Dec 2024 11:10:55 +0000 Subject: [PATCH] release: 10.8.1 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6b444e..96422193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 10.8.1 + +### Various fixes & improvements + +- Update to LiveView 1.0 🎉 (#826) by @solnic +- Replace release bot with GH app (#828) by @Jeffreyhung + ## 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