Skip to content

Commit 8cc6052

Browse files
committed
release: 10.2.0-rc.2
1 parent 42cc5d6 commit 8cc6052

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.0-rc.2
4+
5+
### Various fixes & improvements
6+
7+
- Support RCs in bump-version.sh script (42cc5d6f) by @whatyouhide
8+
- Improve behavior of :test_mode/:dsn (7f8442ee) by @whatyouhide
9+
- Bump nimble_ownership dep to make testing better (#700) by @whatyouhide
10+
311
## 10.2.0-rc.1
412

513
### Various fixes & improvements

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

77
def project do

0 commit comments

Comments
 (0)