Skip to content

Commit 072910b

Browse files
committed
release: 12.0.3
1 parent e7eaaa8 commit 072910b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 12.0.3
2+
3+
### New Features ✨
4+
5+
- (agents) Add AGENTS.md by @solnic in [#1013](https://github.com/getsentry/sentry-elixir/pull/1013)
6+
- (logs) Support non-primitives in the attributes by @solnic in [#1014](https://github.com/getsentry/sentry-elixir/pull/1014)
7+
8+
### Bug Fixes 🐛
9+
10+
- Set release metadata for traces by @FugiTech in [#1009](https://github.com/getsentry/sentry-elixir/pull/1009)
11+
12+
### Internal Changes 🔧
13+
14+
#### Deps Dev
15+
16+
- Bump svelte from 5.53.0 to 5.53.6 in /test_integrations/tracing/svelte_mini by @dependabot in [#1006](https://github.com/getsentry/sentry-elixir/pull/1006)
17+
- Bump rollup from 4.53.5 to 4.59.0 in /test_integrations/tracing/svelte_mini by @dependabot in [#1007](https://github.com/getsentry/sentry-elixir/pull/1007)
18+
119
## 12.0.2
220

321
### Bug Fixes 🐛

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

77
def project do

0 commit comments

Comments
 (0)