Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 15, 2021
1 parent 2ab8403 commit 5715036
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://github.com/googleapis/python-bigquery-connection/compare/v1.0.1...v1.1.0) (2021-05-15)


### Features

* support self-signed JWT flow for service accounts ([2f1db84](https://github.com/googleapis/python-bigquery-connection/commit/2f1db842b16cf2c3981c61b503482fa7df85bdfe))


### Bug Fixes

* add async client to %name_%version/init.py ([2f1db84](https://github.com/googleapis/python-bigquery-connection/commit/2f1db842b16cf2c3981c61b503482fa7df85bdfe))
* **deps:** add packaging requirement ([#77](https://github.com/googleapis/python-bigquery-connection/issues/77)) ([2ab8403](https://github.com/googleapis/python-bigquery-connection/commit/2ab84031d3f46b5ccd1acaefe5b744679b43e140))

### [1.0.1](https://github.com/googleapis/python-bigquery-connection/compare/v1.0.0...v1.0.1) (2021-02-03)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.0.1"
version = "1.1.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 5715036

Please sign in to comment.