diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5d9dee..f4b27016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.12.0...v1.0.0) (2025-08-13) + + +### ⚠ BREAKING CHANGES + +* Refactor AlloyDBVectorStore and AlloyDBEngine to depend on PGVectorstore and PGEngine respectively ([#434](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/434)) + +### Code Refactoring + +* Refactor AlloyDBVectorStore and AlloyDBEngine to depend on PGVectorstore and PGEngine respectively ([#434](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/434)) ([2293bd7](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/2293bd76f294c3e62f08560311621f58a1628cdd)) + ## [0.12.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.11.0...v0.12.0) (2025-06-02) diff --git a/src/langchain_google_alloydb_pg/version.py b/src/langchain_google_alloydb_pg/version.py index aa30a529..a81c3750 100644 --- a/src/langchain_google_alloydb_pg/version.py +++ b/src/langchain_google_alloydb_pg/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.12.0" +__version__ = "1.0.0"