We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a04dd commit a565494Copy full SHA for a565494
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 10.0.2
11
12
### Various fixes & improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project
- @version "10.0.2"
+ @version "10.0.3"
@source_url "https://github.com/getsentry/sentry-elixir"
def project do
0 commit comments