From 6f15919759b7aff0da589b8e4c62bba17a43003e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 20:06:04 +0000 Subject: [PATCH] chore: release 0.2.0 (#6) :robot: I have created a release \*beep\* \*boop\* --- ## [0.2.0](https://www.github.com/googleapis/python-service-directory/compare/v0.1.1...v0.2.0) (2020-05-19) ### Features * add mTLS support (via synth) ([#4](https://www.github.com/googleapis/python-service-directory/issues/4)) ([25e0fcf](https://www.github.com/googleapis/python-service-directory/commit/25e0fcfb32d100be0cba3799d62543569dd2d2c6)) ### Bug Fixes * fix docs link ([#9](https://www.github.com/googleapis/python-service-directory/issues/9)) ([0f73da9](https://www.github.com/googleapis/python-service-directory/commit/0f73da9722e3e0c943b67063af4a7f9d0fc1f9e4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c6b5a0..9fc8163b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://www.github.com/googleapis/python-service-directory/compare/v0.1.1...v0.2.0) (2020-05-19) + + +### Features + +* add mTLS support (via synth) ([#4](https://www.github.com/googleapis/python-service-directory/issues/4)) ([25e0fcf](https://www.github.com/googleapis/python-service-directory/commit/25e0fcfb32d100be0cba3799d62543569dd2d2c6)) + + +### Bug Fixes + +* fix docs link ([#9](https://www.github.com/googleapis/python-service-directory/issues/9)) ([0f73da9](https://www.github.com/googleapis/python-service-directory/commit/0f73da9722e3e0c943b67063af4a7f9d0fc1f9e4)) + ### [0.1.1](https://www.github.com/googleapis/python-service-directory/compare/v0.1.0...v0.1.1) (2020-04-17) diff --git a/setup.py b/setup.py index d9b90751..5db288d7 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.1.1" +version = "0.2.0" package_root = os.path.abspath(os.path.dirname(__file__))