We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271699e commit cf54691Copy full SHA for cf54691
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 10.2.1
4
+
5
+### Various fixes & improvements
6
7
+- Fix automatic start integrations (#704) by @vshev4enko
8
+- Fix wrong CLI argument in CI (#701) by @vshev4enko
9
+- Update changelog (d6da0fbe) by @whatyouhide
10
11
## 10.2.0
12
13
### New features
mix.exs
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project
- @version "10.2.0"
+ @version "10.2.1"
@source_url "https://github.com/getsentry/sentry-elixir"
def project do
0 commit comments