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.
2 parents 42cc5d6 + 8cc6052 commit 8aaf923Copy full SHA for 8aaf923
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 10.2.0-rc.1
12
13
### Various fixes & improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project
- @version "10.2.0-rc.1"
+ @version "10.2.0-rc.2"
@source_url "https://github.com/getsentry/sentry-elixir"
def project do
0 commit comments