Skip to content

Commit a027b6d

Browse files
committed
release: 23.11.1
1 parent d7cbfc2 commit a027b6d

File tree

35 files changed

+67
-68
lines changed

35 files changed

+67
-68
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 23.11.1
44

55
**Features**:
66

@@ -19,7 +19,6 @@
1919
- Postpone processing till the global config is available. ([#2697](https://github.com/getsentry/relay/pull/2697))
2020
- Skip running `NormalizeProcessor` on renormalization. ([#2744](https://github.com/getsentry/relay/pull/2744))
2121

22-
2322
## 23.11.0
2423

2524
**Features**:

Cargo.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

relay-auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.11.0"
7+
version = "23.11.1"
88
edition = "2021"
99
license-file = "../LICENSE.md"
1010
publish = false

relay-aws-extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.11.0"
7+
version = "23.11.1"
88
edition = "2021"
99
license-file = "../LICENSE.md"
1010
publish = false

relay-base-schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.11.0"
7+
version = "23.11.1"
88
edition = "2021"
99
license-file = "../LICENSE.md"
1010
publish = false

relay-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.11.0"
7+
version = "23.11.1"
88
edition = "2021"
99
license-file = "../LICENSE.md"
1010
publish = false

relay-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.11.0"
7+
version = "23.11.1"
88
edition = "2021"
99
license-file = "../LICENSE.md"
1010
publish = false

relay-crash/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.11.0"
7+
version = "23.11.1"
88
edition = "2021"
99
build = "build.rs"
1010
license-file = "../LICENSE.md"

relay-dashboard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relay-dashboard"
3-
version = "23.11.0"
3+
version = "23.11.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

Lines changed: 1 addition & 1 deletion
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.11.0"
7+
version = "23.11.1"
88
edition = "2021"
99
license-file = "../LICENSE.md"
1010
publish = false

0 commit comments

Comments
 (0)