diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dfb22828..cf02cf0b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [1.7.0] - 2024-09-23 + +This release is the first after the donation of gocql to the Apache Software Foundation (ASF) + +### Changed +- Update DRIVER_NAME parameter in STARTUP messages to a different value intended to clearly identify this + driver as an ASF driver. This should clearly distinguish this release (and future gocql-cassandra-driver + releases) from prior versions. (#1824) +- Supported Go versions updated to 1.23 and 1.22 to conform to gocql's sunset model. (#1825) + ## [1.6.0] - 2023-08-28 ### Added diff --git a/README.md b/README.md index 81d34b2d5..24dfe63c1 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ The following matrix shows the versions of Go and Cassandra that are tested with | Go/Cassandra | 4.0.x | 4.1.x | |--------------|-------|-------| -| 1.19 | yes | yes | -| 1.20 | yes | yes | +| 1.22 | yes | yes | +| 1.23 | yes | yes | Gocql has been tested in production against many versions of Cassandra. Due to limits in our CI setup we only test against the latest 2 GA releases.