Skip to content

Commit ec192c6

Browse files
committed
release: 13.0.1
1 parent 417b096 commit ec192c6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 13.0.0
29

310
### New Features ✨

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Sentry.Mixfile do
22
use Mix.Project
33

4-
@version "13.0.0"
4+
@version "13.0.1"
55
@source_url "https://github.com/getsentry/sentry-elixir"
66

77
def project do

0 commit comments

Comments
 (0)