Skip to content

Commit ffebe60

Browse files
committed
release: 23.9.1
1 parent f6ae76f commit ffebe60

File tree

36 files changed

+71
-67
lines changed

36 files changed

+71
-67
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 23.9.1
4+
5+
- No documented changes.
6+
37
## 23.9.0
48

59
**Features**:

Cargo.lock

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2026-09-19
19+
Change Date: 2026-09-20
2020

2121
Change License: Apache License, Version 2.0
2222

relay-auth/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Authentication and crypto for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.9.0"
7+
version = "23.9.1"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

relay-aws-extension/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "AWS extension implementation for Sentry's AWS Lambda layer"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.9.0"
7+
version = "23.9.1"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

relay-base-schema/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Basic types for Relay's API schema used across multiple services"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.9.0"
7+
version = "23.9.1"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

relay-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Common utilities and crate re-exports for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.9.0"
7+
version = "23.9.1"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

relay-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Configuration for the Relay CLI and server"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.9.0"
7+
version = "23.9.1"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

relay-crash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Native crash reporting for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.9.0"
7+
version = "23.9.1"
88
edition = "2021"
99
build = "build.rs"
1010
license-file = "../LICENSE"

relay-dashboard/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relay-dashboard"
3-
version = "23.9.0"
3+
version = "23.9.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

relay-dynamic-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Dynamic configuration passed down from sentry"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.9.0"
7+
version = "23.9.1"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

relay-event-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Derive for visitor traits on the Event schema"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "23.9.0"
7+
version = "23.9.1"
88
edition = "2021"
99
license-file = "../LICENSE"
1010
publish = false

0 commit comments

Comments
 (0)