Skip to content

Commit

Permalink
release: 10.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 24, 2024
1 parent 3f8c2e2 commit fcbc69b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 10.7.2

### Various fixes & improvements

- Refactor maybe_log_send_result/2 (#799) by @savhappy
- Fix our custom test task (#798) by @solnic
- Always return Sentry.ClientError when possible (#795) by @whatyouhide
- Validate that custom HTTP clients return correct stuff (#794) by @savhappy
- Add specs and test for :too_many_retries (#793) by @savhappy
- Update maybe_log_send_result/2 with proper error (#789) by @savhappy
- Fix a typo in the README (#791) by @BobbyMcWho
- Slightly re-haul how we document options (#778) by @savhappy
- Actually fix empty frames in stacktraces (d79919fd) by @whatyouhide
- Fix stacktraces with no frames (#787) by @savhappy

## 10.7.1

### 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.7.1"
@version "10.7.2"
@source_url "https://github.com/getsentry/sentry-elixir"

def project do
Expand Down

0 comments on commit fcbc69b

Please sign in to comment.