diff --git a/.travis.yml b/.travis.yml index 5a46a828..eb6c232a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ env: - TEST_SUITE=run-tests-single ARANGODB=arangodb:3.5 - TEST_SUITE=run-tests-single ARANGODB=arangodb:3.6 - TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb:latest - - TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb-preview:3.7.1-rc.1 + - TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb:3.7.1 - TEST_SUITE=run-tests-single ARANGODB=arangodb/arangodb-preview:latest script: diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d1503b..196e2bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log ## [master](https://github.com/arangodb/go-driver/tree/master) (N/A) + +## [1.1.0](https://github.com/arangodb/go-driver/tree/1.1.0) (2020-08-11) - Use internal coordinator communication for cursors if specified coordinator was not found on endpoint list - Add support for Overwrite Mode (ArangoDB 3.7) - Add support for Schema Collection options (ArangoDB 3.7) diff --git a/README.md b/README.md index 5763862b..7cbf4294 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This project contains the official Go driver for the [ArangoDB database](https:/ | | Go 1.13 | Go 1.14 | |-------------------|---------|---------| | `1.0.0` | ✓ | ✓ | +| `1.1.0` | ✓ | ✓ | | `master` | ✓ | ✓ | # Supported Versions @@ -25,7 +26,8 @@ This project contains the official Go driver for the [ArangoDB database](https:/ | | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 | |-------------------|----------------|--------------|--------------| | `1.0.0` | ✓ | ✓ | - | -| `master` | + | + | - | +| `1.1.0` | + | + | ✓ | +| `master` | + | + | + | Key: