Skip to content

Commit 0af2b60

Browse files
authored
Release 1.6.0 (#517)
1 parent 39096a4 commit 0af2b60

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
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.0](https://github.com/arangodb/go-driver/tree/v1.6.0) (2023-05-30)
46
- Add ErrArangoDatabaseNotFound and IsExternalStorageError helper to v2
57
- [V2] Support for Collection Documents removal
68
- [V2] Fix: Plain Connection doesn't work with JWT authentication

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DRIVER_VERSION := 1.5.2
1+
DRIVER_VERSION := 1.6.0
22

33
PROJECT := go-driver
44
SCRIPTDIR := $(shell pwd)

v2/connection/version-driver.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version-driver.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)