We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a727a commit 851023fCopy full SHA for 851023f
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 10.3.0
4
+
5
+### Various fixes & improvements
6
7
+- Fix compilation warning (83a727a3) by @whatyouhide
8
+- Move some integrations-related modules around (8eeca145) by @whatyouhide
9
+- Add integrated support for capturing Oban errors (#705) by @whatyouhide
10
11
## 10.2.1
12
13
### Various fixes & improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project
- @version "10.2.1"
+ @version "10.3.0"
@source_url "https://github.com/getsentry/sentry-elixir"
def project do
0 commit comments