Skip to content

Commit 1e7befd

Browse files
chore: release 0.2.0 (#104)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0287a54 commit 1e7befd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.0](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.1.0...v0.2.0) (2021-06-01)
4+
5+
6+
### Features
7+
8+
* add support for IAM auth with pg8000 driver ([#101](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/101)) ([6703232](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/6703232d6ea624f868e750c8c49c3bb1151f1f1e))
9+
10+
11+
### Bug Fixes
12+
13+
* force use of TLSv1.3 when IAM auth enabled ([#108](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/108)) ([a10aa5a](https://www.github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/a10aa5ad1f5c4f372914ee11f1180ad0c5f3b703))
14+
315
## 0.1.0 (2021-05-04)
416

517

google/cloud/sql/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.2.0-dev"
15+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)