diff --git a/CHANGELOG.md b/CHANGELOG.md index 94111d92..2c7b0edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ The minor version will be incremented upon a breaking change and the patch versi ## 2023-10-10 -- yellowstone-grpc-client-1.11.0+solana.1.16.16 +- yellowstone-grpc-client-1.11.1+solana.1.16.16 - yellowstone-grpc-geyser-1.9.1+solana.1.16.16 - yellowstone-grpc-kafka-1.0.0-rc.3+solana.1.16.16 - yellowstone-grpc-proto-1.10.0+solana.1.16.16 diff --git a/Cargo.lock b/Cargo.lock index 9250c9ed..b7d4725b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4597,7 +4597,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-client" -version = "1.11.0+solana.1.16.16" +version = "1.11.1+solana.1.16.16" dependencies = [ "bytes", "futures", diff --git a/Cargo.toml b/Cargo.toml index 92667e6d..82bdc025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace] members = [ "examples/rust", # 1.10.0+solana.1.16.16 - "yellowstone-grpc-client", # 1.11.0+solana.1.16.16 + "yellowstone-grpc-client", # 1.11.1+solana.1.16.16 "yellowstone-grpc-geyser", # 1.9.0+solana.1.16.16 "yellowstone-grpc-kafka", # 1.0.0-rc.3+solana.1.16.16 "yellowstone-grpc-proto", # 1.10.0+solana.1.16.16 diff --git a/yellowstone-grpc-client/Cargo.toml b/yellowstone-grpc-client/Cargo.toml index 17062a05..6b0daed8 100644 --- a/yellowstone-grpc-client/Cargo.toml +++ b/yellowstone-grpc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-client" -version = "1.11.0+solana.1.16.16" +version = "1.11.1+solana.1.16.16" authors = ["Triton One"] edition = "2021" description = "Yellowstone gRPC Geyser Simple Client"