Skip to content

Commit 7400c0b

Browse files
committed
Update doc
1 parent c8b45f7 commit 7400c0b

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [master](https://github.com/arangodb/go-driver/tree/master) (N/A)
4+
5+
## [1.6.2](https://github.com/arangodb/go-driver/tree/v1.6.2) (2024-04-02)
46
- Switch to Go 1.20.11
57
- Switch to Go 1.21.5
68
- Disable AF mode in tests (not supported since 3.12)

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,21 @@ This project contains the official Go driver for the [ArangoDB database](https:/
1616

1717
# Supported Go Versions
1818

19-
| | Go 1.17 | Go 1.19 |
20-
|---------------|---------|---------|
21-
| `1.0.0-1.4.0` || - |
22-
| `1.5.0-1.6.0` |||
23-
| `master` |||
19+
| | Go 1.19 | Go 1.20 | Go 1.21 |
20+
|---------------|---------|---------|---------|
21+
| `1.5.0-1.6.1` || - | - |
22+
| `1.6.2` ||||
23+
| `2.1.0` ||||
24+
| `master` ||||
2425

2526
# Supported Versions
2627

27-
| | ArangoDB 3.8 | ArangoDB 3.9 | ArangoDB 3.10 | ArangoDB 3.11 |
28-
|----------|--------------|--------------|---------------|---------------|
29-
| `1.2.1` || - | - | - |
30-
| `1.3.0` ||| - | - |
31-
| `1.4.0` ||| - | - |
32-
| `1.5.0` | + ||| - |
33-
| `1.6.0` | + ||||
34-
| `master` | + | + | + | + |
28+
| | ArangoDB 3.10 | ArangoDB 3.11 | ArangoDB 3.12 |
29+
|----------|---------------|---------------|---------------|
30+
| `1.5.0` || - | - |
31+
| `1.6.0` ||| - |
32+
| `2.1.0` ||||
33+
| `master` | + | + | + |
3534

3635
Key:
3736

v2/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [master](https://github.com/arangodb/go-driver/tree/master) (N/A)
4+
5+
## [2.1.0](https://github.com/arangodb/go-driver/tree/v2.1.0) (2024-04-02)
46
- Switch to Go 1.21.5
57
- Disable AF mode in tests (not supported since 3.12)
68
- Allow skipping validation for Database and Collection existence

0 commit comments

Comments
 (0)