Skip to content

Commit b5602ed

Browse files
committed
release: 0.9.0
1 parent e21e8d6 commit b5602ed

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.9.0
2+
3+
### New Features ✨
4+
5+
- (billing) Add address to CreateContractRequest by @armenzg in [#256](https://github.com/getsentry/sentry-protos/pull/256)
6+
7+
### Bug Fixes 🐛
8+
9+
- Update craft minVersion to 2.14.0 for auto-versioning support by @armenzg in [#259](https://github.com/getsentry/sentry-protos/pull/259)
10+
11+
### Internal Changes 🔧
12+
13+
- Bump version to 0.8.33 by @armenzg in [#258](https://github.com/getsentry/sentry-protos/pull/258)
14+
115
## 0.8.33
216

317
### Internal Changes 🔧

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.33
1+
0.9.0

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

0 commit comments

Comments
 (0)