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

chore: release 1.1.0 #76

Merged
merged 1 commit into from
Jun 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

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


### Features

* add always_use_jwt_access ([#88](https://github.com/googleapis/python-bigquery-connection/issues/88)) ([821fffc](https://github.com/googleapis/python-bigquery-connection/commit/821fffcc3f9ecdb222e4a5a2c94ad9c5d3325681))
* 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))
* exclude docs and tests from package ([#83](https://github.com/googleapis/python-bigquery-connection/issues/83)) ([3ef23e5](https://github.com/googleapis/python-bigquery-connection/commit/3ef23e5b9e8f4a0bcef24dbe79773ca92a336ef0))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://github.com/googleapis/python-bigquery-connection/issues/1127)) ([#85](https://github.com/googleapis/python-bigquery-connection/issues/85)) ([715e04b](https://github.com/googleapis/python-bigquery-connection/commit/715e04b77dc352b17e508288a7268c6c2ce46e10)), closes [#1126](https://github.com/googleapis/python-bigquery-connection/issues/1126)
* Update the README to reflect that this library is GA ([#79](https://github.com/googleapis/python-bigquery-connection/issues/79)) ([f737861](https://github.com/googleapis/python-bigquery-connection/commit/f7378614002697ed5c7dc9217fbe8b48ba7c7410))

### [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