diff --git a/CHANGELOG.md b/CHANGELOG.md index 5722e9d0..c1aa7df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.7.0...v0.8.0) (2024-09-19) + + +### Features + +* Remove support for Python 3.8 ([#237](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/237)) ([d0a8801](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/d0a8801e3c569647cc9392ea25a5d22b4aff889f)) + ## [0.7.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.6.0...v0.7.0) (2024-09-17) diff --git a/src/langchain_google_alloydb_pg/version.py b/src/langchain_google_alloydb_pg/version.py index 68500628..c9cb06b8 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.7.0" +__version__ = "0.8.0"