diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8fcc36..497149de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,17 @@ The minor version will be incremented upon a breaking change and the patch versi ### Breaking +## 2024-08-22 + +- yellowstone-grpc-client-1.15.0+solana.1.18.22 +- yellowstone-grpc-geyser-1.15.1+solana.1.18.22 +- yellowstone-grpc-proto-1.15.0+solana.1.18.22 +- yellowstone-grpc-tools-1.0.0-rc.11+solana.1.18.22 + +### Fixes + +- geyser: fix filter update loop on snapshot ([#408](https://github.com/rpcpool/yellowstone-grpc/pull/408)) + ## 2024-08-09 - yellowstone-grpc-client-1.15.0+solana.1.18.22 diff --git a/Cargo.lock b/Cargo.lock index cfb0e38a..d32dc1bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5289,7 +5289,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-geyser" -version = "1.15.0+solana.1.18.22" +version = "1.15.1+solana.1.18.22" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 4484fc03..c4e8513d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = [ "examples/rust", # 1.13.0+solana.1.18.22 "yellowstone-grpc-client", # 1.15.0+solana.1.18.22 - "yellowstone-grpc-geyser", # 1.15.0+solana.1.18.22 + "yellowstone-grpc-geyser", # 1.15.1+solana.1.18.22 "yellowstone-grpc-proto", # 1.14.0+solana.1.18.22 "yellowstone-grpc-tools", # 1.0.0-rc.11+solana.1.18.22 ] diff --git a/yellowstone-grpc-geyser/Cargo.toml b/yellowstone-grpc-geyser/Cargo.toml index d536a23d..772f4663 100644 --- a/yellowstone-grpc-geyser/Cargo.toml +++ b/yellowstone-grpc-geyser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-geyser" -version = "1.15.0+solana.1.18.22" +version = "1.15.1+solana.1.18.22" authors = { workspace = true } edition = { workspace = true } description = "Yellowstone gRPC Geyser Plugin"