diff --git a/Cargo.lock b/Cargo.lock index 91c4b20c63..6f272a90ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,7 +694,7 @@ dependencies = [ [[package]] name = "astria-conductor" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" dependencies = [ "astria-build-info", "astria-config", diff --git a/crates/astria-conductor/CHANGELOG.md b/crates/astria-conductor/CHANGELOG.md index 428c775f36..e2ce6a701d 100644 --- a/crates/astria-conductor/CHANGELOG.md +++ b/crates/astria-conductor/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0-rc.2] - 2025-05-08 + ### Fixed - Fix TLS errors when connecting to remote seqeuncer networks [#2140](https://github.com/astriaorg/astria/pull/2140). @@ -384,7 +386,8 @@ address [#721](https://github.com/astriaorg/astria/pull/721). - Initial release. -[unreleased]: https://github.com/astriaorg/astria/compare/conductor-v2.0.0-rc.1...HEAD +[unreleased]: https://github.com/astriaorg/astria/compare/conductor-v2.0.0-rc.2...HEAD +[2.0.0-rc.2]: https://github.com/astriaorg/astria/compare/conductor-v2.0.0-rc.1...conductor-v2.0.0-rc.2 [2.0.0-rc.1]: https://github.com/astriaorg/astria/compare/conductor-v1.1.0...conductor-v2.0.0-rc.1 [1.1.0]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0...conductor-v1.1.0 [1.0.0]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.2...conductor-v1.0.0 diff --git a/crates/astria-conductor/Cargo.toml b/crates/astria-conductor/Cargo.toml index d10fcd5530..d5160fdc93 100644 --- a/crates/astria-conductor/Cargo.toml +++ b/crates/astria-conductor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-conductor" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" edition = "2021" rust-version = "1.83.0" license = "MIT OR Apache-2.0"