File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments