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 4cfd75f commit 4c9f75bCopy full SHA for 4c9f75b
3 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.8.15
2
+
3
+### New Features ✨
4
5
+- (billing) Define request and response messages for package service by @krithikravi in [#208](https://github.com/getsentry/sentry-protos/pull/208)
6
7
+### Internal Changes 🔧
8
9
+- Add contract request by id by @noahsmartin in [#209](https://github.com/getsentry/sentry-protos/pull/209)
10
11
## 0.8.14
12
13
### New Features ✨
VERSION
@@ -1 +1 @@
-0.8.14
+0.8.15
rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sentry_protos"
-version = "0.8.14"
+version = "0.8.15"
edition = "2021"
readme = "README.md"
description = "Rust bindings for sentry-protos"
0 commit comments