File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
17
## 9.0.0
4
18
5
19
### Breaking changes
Original file line number Diff line number Diff line change 1
1
defmodule Sentry.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "9.0 .0"
4
+ @ version "9.1 .0"
5
5
@ source_url "https://github.com/getsentry/sentry-elixir"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments