diff --git a/README.md b/README.md index 1ffe2c5..7189016 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,15 @@ The implementation is based on _Rust Futures_. Please open an issue if you have any questions or suggestions -> [New Issue](https://github.com/blockworks-foundation/geyser-grpc-connector/issues/new). +## Versions +These are the currently maintained versions of the library + +| Tag (geyser-grpc-connector) | Yellowstone | Solana | Branch | +|----------------------------------------|-------------|--------|----------------------------------| +| 0.10.x+yellowstone.1.13+solana.1.17.28 | 1.13 | 1.17.28| release/v0.10.x+yellowstone.1.13 | +| 0.10.x+yellowstone.1.12+solana.1.17.15 | 1.12 | 1.17.15| main | + + ## Installation and Usage ```cargo add geyser-grpc-connector ```