Skip to content

Commit 62f9bac

Browse files
author
getsentry-bot
committed
Merge branch 'release/10.6.0'
2 parents dfd9a9e + d2949bb commit 62f9bac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 10.6.0
4+
5+
### Various fixes & improvements
6+
7+
- Add overload protection to `:logger` handler (#727).
8+
- Expose DSN via new `Sentry.get_dsn/0` (#731).
9+
- Fix a bug with nameless Quantum cron jobs support in the Quantum integration.
10+
311
## 10.5.0
412

513
### Various fixes & improvements

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 "10.5.0"
4+
@version "10.6.0"
55
@source_url "https://github.com/getsentry/sentry-elixir"
66

77
def project do

0 commit comments

Comments
 (0)