Skip to content

Commit 851023f

Browse files
committed
release: 10.3.0
1 parent 83a727a commit 851023f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 10.2.1
412

513
### Various fixes & improvements

mix.exs

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

77
def project do

0 commit comments

Comments
 (0)