Skip to content

Commit 6c2417a

Browse files
committed
release: 10.1.0
1 parent 5e2fc75 commit 6c2417a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 10.1.0
4+
5+
### Various fixes & improvements
6+
7+
- Add support for attachments (#673) by @whatyouhide
8+
- Add support for interpolating messages (#670) by @whatyouhide
9+
- Move envelope decoding to test helpers (#672) by @whatyouhide
10+
- Improve option validation in functions (#671) by @whatyouhide
11+
- Clean up the README (de0bbb10) by @whatyouhide
12+
- Improve "mix sentry.send_test_event" (#669) by @whatyouhide
13+
- Add threads interface and fix messages with stacktraces (#668) by @whatyouhide
14+
315
## 10.0.3
416

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

77
def project do

0 commit comments

Comments
 (0)