Skip to content

Commit b0717f5

Browse files
author
getsentry-bot
committed
Merge branch 'release/10.0.3'
2 parents b2a04dd + a565494 commit b0717f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 10.0.3
4+
5+
### Various fixes & improvements
6+
7+
- No "app.config" in "mix sentry.package_source_code" (#661) by @whatyouhide
8+
- Add upgrade guide links to the changelog (#659) by @axelson
9+
310
## 10.0.2
411

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

77
def project do

0 commit comments

Comments
 (0)