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 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
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments