Skip to content

Commit bbffd63

Browse files
committed
release: 10.6.0
1 parent dfd9a9e commit bbffd63

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 10.6.0
4+
5+
### Various fixes & improvements
6+
7+
- Expose DSN via new Sentry.get_dsn/0 (#731) by @whatyouhide
8+
- Support nameless Quantum cron jobs (4267098b) by @whatyouhide
9+
- Add overload protection to :logger handler (#727) by @whatyouhide
10+
- Improve flakiness of tests (#728) by @whatyouhide
11+
- Harden some flaky tests (ae34e997) by @whatyouhide
12+
- Update ex_doc (77c059ee) by @whatyouhide
13+
- Fix a typo in the Sentry.LiveViewHook docs (#726) by @balexand
14+
- Add a couple of tests (d7d83df3) by @whatyouhide
15+
316
## 10.5.0
417

518
### 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)