Skip to content

Commit 6dc5d55

Browse files
committed
release: 9.1.0
1 parent 1fc0c5e commit 6dc5d55

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## 9.1.0
4+
5+
### Various fixes & improvements
6+
7+
- Attempt to scrub all `Plug.Conn`s in `Sentry.PlugCapture` (#619) by @whatyouhide
8+
- update craft config for release registry (#621) by @stephanie-anderson
9+
- Bring README and CONTRIBUTING in line with SDKs (#620) by @whatyouhide
10+
- Do a little README makeover (6c5703a0) by @whatyouhide
11+
- More module grouping in the docs (ff0bbbed) by @whatyouhide
12+
- Clean up docs for Sentry.PlugContext (a60a2944) by @whatyouhide
13+
- Fix t:Sentry.Context.t/0 (#618) by @whatyouhide
14+
- Apply :sample_rate after callbacks (ab5c7485) by @whatyouhide
15+
- Add tests around SASL reports in Sentry.LoggerHandler (dd0c61be) by @whatyouhide
16+
317
## 9.0.0
418

519
### Breaking changes

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

77
def project do

0 commit comments

Comments
 (0)