diff --git a/CHANGELOG.md b/CHANGELOG.md index 251424c..9ec7ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.3...v1.0.0) (2025-12-20) + + +### ⚠ BREAKING CHANGES + +* Disable support for py3.9 and enable support for py3.13 ([#169](https://github.com/googleapis/llama-index-cloud-sql-pg-python/issues/169)) + +### Miscellaneous Chores + +* Disable support for py3.9 and enable support for py3.13 ([#169](https://github.com/googleapis/llama-index-cloud-sql-pg-python/issues/169)) ([ca94007](https://github.com/googleapis/llama-index-cloud-sql-pg-python/commit/ca94007583597cf327740e2f3a8f79885a24760a)) + ## [0.2.3](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.2...v0.2.3) (2025-06-18) diff --git a/src/llama_index_cloud_sql_pg/version.py b/src/llama_index_cloud_sql_pg/version.py index f6bd330..a81c375 100644 --- a/src/llama_index_cloud_sql_pg/version.py +++ b/src/llama_index_cloud_sql_pg/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.3" +__version__ = "1.0.0"