diff --git a/CHANGELOG.md b/CHANGELOG.md index f6887afcda..a47fd80b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 24.1.1 **Features**: diff --git a/Cargo.lock b/Cargo.lock index 46e85f3d56..d93f4500da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3402,7 +3402,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay" -version = "24.1.0" +version = "24.1.1" dependencies = [ "anyhow", "clap", @@ -3420,7 +3420,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "24.1.0" +version = "24.1.1" dependencies = [ "chrono", "data-encoding", @@ -3437,7 +3437,7 @@ dependencies = [ [[package]] name = "relay-aws-extension" -version = "24.1.0" +version = "24.1.1" dependencies = [ "relay-log", "relay-system", @@ -3449,7 +3449,7 @@ dependencies = [ [[package]] name = "relay-base-schema" -version = "24.1.0" +version = "24.1.1" dependencies = [ "regex", "relay-common", @@ -3487,7 +3487,7 @@ dependencies = [ [[package]] name = "relay-cardinality" -version = "24.1.0" +version = "24.1.1" dependencies = [ "criterion", "hashbrown 0.13.2", @@ -3503,7 +3503,7 @@ dependencies = [ [[package]] name = "relay-common" -version = "24.1.0" +version = "24.1.1" dependencies = [ "chrono", "globset", @@ -3518,7 +3518,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "24.1.0" +version = "24.1.1" dependencies = [ "anyhow", "human-size", @@ -3539,7 +3539,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "24.1.0" +version = "24.1.1" dependencies = [ "bindgen", "cmake", @@ -3547,7 +3547,7 @@ dependencies = [ [[package]] name = "relay-dashboard" -version = "24.1.0" +version = "24.1.1" dependencies = [ "ansi-to-html", "futures", @@ -3566,7 +3566,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "24.1.0" +version = "24.1.1" dependencies = [ "anyhow", "assert-json-diff", @@ -3589,7 +3589,7 @@ dependencies = [ [[package]] name = "relay-event-derive" -version = "24.1.0" +version = "24.1.1" dependencies = [ "proc-macro2", "quote", @@ -3599,7 +3599,7 @@ dependencies = [ [[package]] name = "relay-event-normalization" -version = "24.1.0" +version = "24.1.1" dependencies = [ "bytecount", "chrono", @@ -3631,7 +3631,7 @@ dependencies = [ [[package]] name = "relay-event-schema" -version = "24.1.0" +version = "24.1.1" dependencies = [ "bytecount", "chrono", @@ -3656,7 +3656,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "24.1.0" +version = "24.1.1" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3664,7 +3664,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "24.1.0" +version = "24.1.1" dependencies = [ "quote", "syn 1.0.109", @@ -3672,7 +3672,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "24.1.0" +version = "24.1.1" dependencies = [ "insta", "ipnetwork 0.20.0", @@ -3689,7 +3689,7 @@ dependencies = [ [[package]] name = "relay-jsonschema-derive" -version = "24.1.0" +version = "24.1.1" dependencies = [ "proc-macro2", "quote", @@ -3699,7 +3699,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "24.1.0" +version = "24.1.1" dependencies = [ "jsonschema", "rdkafka", @@ -3716,7 +3716,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "24.1.0" +version = "24.1.1" dependencies = [ "chrono", "console", @@ -3733,7 +3733,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "24.1.0" +version = "24.1.1" dependencies = [ "bytecount", "chrono", @@ -3762,7 +3762,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "24.1.0" +version = "24.1.1" dependencies = [ "once_cell", "regex", @@ -3776,7 +3776,7 @@ dependencies = [ [[package]] name = "relay-pii" -version = "24.1.0" +version = "24.1.1" dependencies = [ "hmac", "insta", @@ -3802,7 +3802,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "24.1.0" +version = "24.1.1" dependencies = [ "android_trace_log", "chrono", @@ -3822,7 +3822,7 @@ dependencies = [ [[package]] name = "relay-protocol" -version = "24.1.0" +version = "24.1.1" dependencies = [ "insta", "num-traits", @@ -3839,7 +3839,7 @@ dependencies = [ [[package]] name = "relay-protocol-derive" -version = "24.1.0" +version = "24.1.1" dependencies = [ "proc-macro2", "quote", @@ -3849,7 +3849,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "24.1.0" +version = "24.1.1" dependencies = [ "hashbrown 0.13.2", "insta", @@ -3866,7 +3866,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "24.1.0" +version = "24.1.1" dependencies = [ "r2d2", "redis", @@ -3877,7 +3877,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "24.1.0" +version = "24.1.1" dependencies = [ "assert-json-diff", "criterion", @@ -3896,7 +3896,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "24.1.0" +version = "24.1.1" dependencies = [ "anyhow", "chrono", @@ -3917,7 +3917,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "24.1.0" +version = "24.1.1" dependencies = [ "anyhow", "axum", @@ -3991,7 +3991,7 @@ dependencies = [ [[package]] name = "relay-spans" -version = "24.1.0" +version = "24.1.1" dependencies = [ "chrono", "enumset", @@ -4005,7 +4005,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "24.1.0" +version = "24.1.1" dependencies = [ "cadence", "crossbeam-channel", @@ -4016,7 +4016,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "24.1.0" +version = "24.1.1" dependencies = [ "futures", "once_cell", @@ -4027,7 +4027,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "24.1.0" +version = "24.1.1" dependencies = [ "relay-log", "relay-system", @@ -4036,7 +4036,7 @@ dependencies = [ [[package]] name = "relay-ua" -version = "24.1.0" +version = "24.1.1" dependencies = [ "once_cell", "uaparser", diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 67edeb3a12..299f4dd611 100644 --- a/relay-auth/Cargo.toml +++ b/relay-auth/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Authentication and crypto for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-aws-extension/Cargo.toml b/relay-aws-extension/Cargo.toml index 3485d79c38..ba0e9fa8f8 100644 --- a/relay-aws-extension/Cargo.toml +++ b/relay-aws-extension/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "AWS extension implementation for Sentry's AWS Lambda layer" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-base-schema/Cargo.toml b/relay-base-schema/Cargo.toml index 28a6e08ae1..3ac8243dcd 100644 --- a/relay-base-schema/Cargo.toml +++ b/relay-base-schema/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Basic types for Relay's API schema used across multiple services" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-cardinality/Cargo.toml b/relay-cardinality/Cargo.toml index cb30caa46c..8e51c15a78 100644 --- a/relay-cardinality/Cargo.toml +++ b/relay-cardinality/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Metrics Cardiniality Limiter" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index c3aa83a43c..f16b40dfab 100644 --- a/relay-common/Cargo.toml +++ b/relay-common/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Common utilities and crate re-exports for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 1e5980df77..4268777b89 100644 --- a/relay-config/Cargo.toml +++ b/relay-config/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Configuration for the Relay CLI and server" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index 27e7802ca1..5312d70013 100644 --- a/relay-crash/Cargo.toml +++ b/relay-crash/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Native crash reporting for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-dashboard/Cargo.toml b/relay-dashboard/Cargo.toml index 55c7478516..c350c7d911 100644 --- a/relay-dashboard/Cargo.toml +++ b/relay-dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-dashboard" -version = "24.1.0" +version = "24.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/relay-dynamic-config/Cargo.toml b/relay-dynamic-config/Cargo.toml index 53d4fe4816..ddccbec0d2 100644 --- a/relay-dynamic-config/Cargo.toml +++ b/relay-dynamic-config/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Dynamic configuration passed down from sentry" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-derive/Cargo.toml b/relay-event-derive/Cargo.toml index 6f8db631df..3bb032be31 100644 --- a/relay-event-derive/Cargo.toml +++ b/relay-event-derive/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Derive for visitor traits on the Event schema" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-normalization/Cargo.toml b/relay-event-normalization/Cargo.toml index 9dff0e18a8..8987ee9853 100644 --- a/relay-event-normalization/Cargo.toml +++ b/relay-event-normalization/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Event normalization and processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-schema/Cargo.toml b/relay-event-schema/Cargo.toml index af01b61bff..af85437af2 100644 --- a/relay-event-schema/Cargo.toml +++ b/relay-event-schema/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Event schema (Error, Transaction, Security) and types for event processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 00398d24da..546f55547d 100644 --- a/relay-ffi-macros/Cargo.toml +++ b/relay-ffi-macros/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Macros for error handling in FFI bindings" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index 8295193bec..eaa610a12d 100644 --- a/relay-ffi/Cargo.toml +++ b/relay-ffi/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Utilities for error handling in FFI bindings" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index 51bdc7f086..6c12877172 100644 --- a/relay-filter/Cargo.toml +++ b/relay-filter/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Inbound data filters for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-jsonschema-derive/Cargo.toml b/relay-jsonschema-derive/Cargo.toml index 4a50b0b508..812f07399f 100644 --- a/relay-jsonschema-derive/Cargo.toml +++ b/relay-jsonschema-derive/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Derive for JSON schema on Relay protocol types" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-kafka/Cargo.toml b/relay-kafka/Cargo.toml index 24875aaeaa..4d90972b28 100644 --- a/relay-kafka/Cargo.toml +++ b/relay-kafka/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Kafka related functionality for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index bf0143725e..946be6fc5a 100644 --- a/relay-log/Cargo.toml +++ b/relay-log/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Error reporting and logging for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 5000fa6fba..abbfd86a0d 100644 --- a/relay-metrics/Cargo.toml +++ b/relay-metrics/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Metrics protocol and processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index 49deb45368..fce187c8d7 100644 --- a/relay-monitors/Cargo.toml +++ b/relay-monitors/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Monitors processing for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pii/Cargo.toml b/relay-pii/Cargo.toml index bc031f9824..dd8e747b3b 100644 --- a/relay-pii/Cargo.toml +++ b/relay-pii/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Scrubbing of personally identifiable information (PII) from events" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index c6772eed97..a8fa04894f 100644 --- a/relay-profiling/Cargo.toml +++ b/relay-profiling/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Profiling processing for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol-derive/Cargo.toml b/relay-protocol-derive/Cargo.toml index 2c937dfc13..b1e511b0a8 100644 --- a/relay-protocol-derive/Cargo.toml +++ b/relay-protocol-derive/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Derives for Relay's protocol traits" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol/Cargo.toml b/relay-protocol/Cargo.toml index 33a4a605f7..966fe8cb96 100644 --- a/relay-protocol/Cargo.toml +++ b/relay-protocol/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Types and traits for building JSON-based protocols and schemas" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 94623e20fc..ddffb8bfdc 100644 --- a/relay-quotas/Cargo.toml +++ b/relay-quotas/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Sentry quotas and rate limiting" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index 603f8d38c8..f74afda329 100644 --- a/relay-redis/Cargo.toml +++ b/relay-redis/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Pooled Redis and Redis cluster abstraction for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index 619eb41469..80f606f7ab 100644 --- a/relay-replays/Cargo.toml +++ b/relay-replays/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Session replay functionality for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index 8525bfe389..8057f67f3b 100644 --- a/relay-sampling/Cargo.toml +++ b/relay-sampling/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Dynamic sampling functionality for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index 7ede72cdfa..a2de11194d 100644 --- a/relay-server/Cargo.toml +++ b/relay-server/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Endpoints and services for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-spans/Cargo.toml b/relay-spans/Cargo.toml index db5f3c7781..c53d46311a 100644 --- a/relay-spans/Cargo.toml +++ b/relay-spans/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Event normalization and processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index 82e4070008..afd8fcb4fb 100644 --- a/relay-statsd/Cargo.toml +++ b/relay-statsd/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "High-level StatsD metric client for internal measurements" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index cde839332b..9f845c610a 100644 --- a/relay-system/Cargo.toml +++ b/relay-system/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Foundational system components for Relay's services" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 1c4965ce50..02058fe1cc 100644 --- a/relay-test/Cargo.toml +++ b/relay-test/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Test utilities for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ua/Cargo.toml b/relay-ua/Cargo.toml index 8288434dbd..e0f1e07845 100644 --- a/relay-ua/Cargo.toml +++ b/relay-ua/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "User agent parser with built-in rules" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 50394443dc..d874e6bd63 100644 --- a/relay/Cargo.toml +++ b/relay/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "The Relay binary, a proxy server for Sentry" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.1.0" +version = "24.1.1" edition = "2021" license-file = "../LICENSE.md" publish = false