Skip to content

Commit

Permalink
prepare for v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryAtUber committed Oct 30, 2020
1 parent 0c97c85 commit a13441e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.1.12 - Minor bug fix and more documentation (October 29, 2020)
- Use exact match for Query ID search

v1.1.11 - Minor bug fix and more documentation (June 16, 2020)
- Uber Engdoc documentation
- Support $path in Athena query
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ For the contributors, the following is `athenadriver` Package's UML Class Diagra
[cov-img]: https://codecov.io/gh/uber/athenadriver/branch/master/graph/badge.svg
[cov]: https://codecov.io/gh/uber/athenadriver

[release-img]: https://img.shields.io/badge/release-v1.1.11-red
[release-img]: https://img.shields.io/badge/release-v1.1.12-red
[release]: https://github.com/uber/athenadriver/releases

[ci-img]: https://api.travis-ci.com/uber/athenadriver.svg?token=e2usf1UJEGmsFDHzV61y&branch=master
Expand Down
2 changes: 1 addition & 1 deletion athenareader/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/uber/athenadriver/athenareader
go 1.13

require (
github.com/uber/athenadriver v1.1.11
github.com/uber/athenadriver v1.1.12
go.uber.org/fx v1.12.0
)
2 changes: 1 addition & 1 deletion go/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ const PCStopQID = "stop_query_id"
const PCGetDriverVersion = "get_driver_version"

// DriverVersion is athenadriver's version
const DriverVersion = "1.1.11"
const DriverVersion = "1.1.12"

0 comments on commit a13441e

Please sign in to comment.