From 6c2417a5e9c31c0095f8b779832223fd83dddfce Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 13 Dec 2023 09:22:26 +0000 Subject: [PATCH] release: 10.1.0 --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c140d7..0d36465f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 10.1.0 + +### Various fixes & improvements + +- Add support for attachments (#673) by @whatyouhide +- Add support for interpolating messages (#670) by @whatyouhide +- Move envelope decoding to test helpers (#672) by @whatyouhide +- Improve option validation in functions (#671) by @whatyouhide +- Clean up the README (de0bbb10) by @whatyouhide +- Improve "mix sentry.send_test_event" (#669) by @whatyouhide +- Add threads interface and fix messages with stacktraces (#668) by @whatyouhide + ## 10.0.3 ### Various fixes & improvements diff --git a/mix.exs b/mix.exs index 0524b602..523e5ef4 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Sentry.Mixfile do use Mix.Project - @version "10.0.3" + @version "10.1.0" @source_url "https://github.com/getsentry/sentry-elixir" def project do