Skip to content

Commit 97ba33d

Browse files
author
getsentry-bot
committed
Merge branch 'release/10.2.1'
2 parents 271699e + cf54691 commit 97ba33d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
311
## 10.2.0
412

513
### New features

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

77
def project do

0 commit comments

Comments
 (0)