Skip to content

Commit 4c9f75b

Browse files
committed
release: 0.8.15
1 parent 4cfd75f commit 4c9f75b

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 0.8.14
212

313
### New Features ✨

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.14
1+
0.8.15

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry_protos"
3-
version = "0.8.14"
3+
version = "0.8.15"
44
edition = "2021"
55
readme = "README.md"
66
description = "Rust bindings for sentry-protos"

0 commit comments

Comments
 (0)