Skip to content

Commit 43af455

Browse files
committed
release: 0.8.25
1 parent 82262dc commit 43af455

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.8.25
2+
3+
### Internal Changes 🔧
4+
5+
- (billing-platform) Add millisecond base unit by @brendanhsentry in [#237](https://github.com/getsentry/sentry-protos/pull/237)
6+
- Pass org_id through pdf requests by @noahsmartin in [#242](https://github.com/getsentry/sentry-protos/pull/242)
7+
- Add address to rollover contract request by @noahsmartin in [#239](https://github.com/getsentry/sentry-protos/pull/239)
8+
- Add address fields to invoice by @noahsmartin in [#236](https://github.com/getsentry/sentry-protos/pull/236)
9+
110
## 0.8.24
211

312
### New Features ✨

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.24
1+
0.8.25

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

0 commit comments

Comments
 (0)