We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 417b096 + ec192c6 commit 386c9d6Copy full SHA for 386c9d6
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 13.0.1
2
+
3
+### Bug Fixes 🐛
4
5
+- (logs) Remove auto-registered handler when user adds custom handler by @solnic in [#1046](https://github.com/getsentry/sentry-elixir/pull/1046)
6
+- (tests) Accept `nil` as the DSN value again by @solnic in [#1044](https://github.com/getsentry/sentry-elixir/pull/1044)
7
8
## 13.0.0
9
10
### New Features ✨
mix.exs
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project
- @version "13.0.0"
+ @version "13.0.1"
@source_url "https://github.com/getsentry/sentry-elixir"
def project do
0 commit comments