diff --git a/ChangeLog.txt b/ChangeLog.txt index a957e90..f85a640 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -v1.1.9 - Minor bug fix and more documentation (June 5, 2020) +v1.1.10 - Minor bug fix and more documentation (June 5, 2020) - documentation and minor bug fix v1.1.8 - Athenareader output style and format added (May 31, 2020) diff --git a/athenareader/go.mod b/athenareader/go.mod index 353e0cb..dcd1deb 100644 --- a/athenareader/go.mod +++ b/athenareader/go.mod @@ -3,6 +3,6 @@ module github.com/uber/athenadriver/athenareader go 1.13 require ( - github.com/uber/athenadriver v1.1.9 + github.com/uber/athenadriver v1.1.10 go.uber.org/fx v1.12.0 ) diff --git a/go/constants.go b/go/constants.go index 9e48b86..3ed9ff0 100644 --- a/go/constants.go +++ b/go/constants.go @@ -108,4 +108,4 @@ const PCStopQID = "stop_query_id" const PCGetDriverVersion = "get_driver_version" // DriverVersion is athenadriver's version -const DriverVersion = "1.1.9" +const DriverVersion = "1.1.10"