Skip to content

Commit

Permalink
release: 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 13, 2023
1 parent 5e2fc75 commit 6c2417a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 10.1.0

### Various fixes & improvements

- Add support for attachments (#673) by @whatyouhide
- Add support for interpolating messages (#670) by @whatyouhide
- Move envelope decoding to test helpers (#672) by @whatyouhide
- Improve option validation in functions (#671) by @whatyouhide
- Clean up the README (de0bbb10) by @whatyouhide
- Improve "mix sentry.send_test_event" (#669) by @whatyouhide
- Add threads interface and fix messages with stacktraces (#668) by @whatyouhide

## 10.0.3

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project

@version "10.0.3"
@version "10.1.0"
@source_url "https://github.com/getsentry/sentry-elixir"

def project do
Expand Down

0 comments on commit 6c2417a

Please sign in to comment.