diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b2755e..61bc494 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bfcaf64..082d0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.2.1...v0.2.2) (2026-04-08) + + +### Bug Fixes + +* increase grpc max message length ([#10](https://github.com/altertable-ai/altertable-flightsql-python/issues/10)) ([50e6540](https://github.com/altertable-ai/altertable-flightsql-python/commit/50e654083c0567f08a661f2ec63f04d40bc37260)) + ## [0.2.1](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.2.0...v0.2.1) (2025-11-26) diff --git a/src/altertable_flightsql/__init__.py b/src/altertable_flightsql/__init__.py index 904f55a..b7f3425 100644 --- a/src/altertable_flightsql/__init__.py +++ b/src/altertable_flightsql/__init__.py @@ -5,7 +5,7 @@ enabling high-performance SQL queries and data analysis. """ -__version__ = "0.2.1" +__version__ = "0.2.2" from altertable_flightsql.client import Client, PreparedStatement