Skip to content

Commit

Permalink
Merge branch 'release/10.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed May 15, 2024
2 parents dfd9a9e + d2949bb commit 62f9bac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 10.6.0

### Various fixes & improvements

- Add overload protection to `:logger` handler (#727).
- Expose DSN via new `Sentry.get_dsn/0` (#731).
- Fix a bug with nameless Quantum cron jobs support in the Quantum integration.

## 10.5.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project

@version "10.5.0"
@version "10.6.0"
@source_url "https://github.com/getsentry/sentry-elixir"

def project do
Expand Down

0 comments on commit 62f9bac

Please sign in to comment.