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 fbac533 commit f136a9aCopy full SHA for f136a9a
3 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.13.0
2
+
3
+### New Features ✨
4
5
+- (billing-platform) Add bare-minimum Grant proto for Engagement Service by @dashed in [#238](https://github.com/getsentry/sentry-protos/pull/238)
6
7
## 0.12.0
8
9
### New Features ✨
VERSION
@@ -1 +1 @@
-0.12.0
+0.13.0
rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sentry_protos"
-version = "0.12.0"
+version = "0.13.0"
edition = "2021"
readme = "README.md"
description = "Rust bindings for sentry-protos"
0 commit comments