Skip to content

Commit e236519

Browse files
committed
release: 0.8.22
1 parent f69eee6 commit e236519

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.22
2+
3+
### Internal Changes 🔧
4+
5+
- Add invoicing fields to create contract endpoint by @noahsmartin in [#234](https://github.com/getsentry/sentry-protos/pull/234)
6+
- Add invoice guid by @noahsmartin in [#230](https://github.com/getsentry/sentry-protos/pull/230)
7+
- Format proto files with buf formatter by @volokluev in [#231](https://github.com/getsentry/sentry-protos/pull/231)
8+
- Add line item quantity in usage pricer response by @noahsmartin in [#220](https://github.com/getsentry/sentry-protos/pull/220)
9+
- Add plan family to package by @noahsmartin in [#219](https://github.com/getsentry/sentry-protos/pull/219)
10+
111
## 0.8.21
212

313
### Internal Changes 🔧

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.21
1+
0.8.22

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.21"
3+
version = "0.8.22"
44
edition = "2021"
55
readme = "README.md"
66
description = "Rust bindings for sentry-protos"

0 commit comments

Comments
 (0)