Skip to content

Commit 1121655

Browse files
committed
release: 10.7.1
1 parent 2b6d68e commit 1121655

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 10.7.1
4+
5+
### Various fixes & improvements
6+
7+
- Add :monitor_config_defaults integrations option (#782) by @whatyouhide
8+
- Accept structs as structured logs in Sentry.LoggerHandler (#780) by @mrdotb
9+
- Don't send :integration_meta field (116140d6) by @whatyouhide
10+
- Move source code maps to ETS (#777) by @whatyouhide
11+
- Allow --no-compile/--no-check-deps to "mix sentry.package_source_code" (#776) by @razielgn
12+
313
## 10.7.0
414

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

77
def project do

0 commit comments

Comments
 (0)