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

Commit

Permalink
chore: release 0.3.0 (#16)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
## [0.3.0](https://www.github.com/googleapis/python-service-directory/compare/v0.2.0...v0.3.0) (2020-06-11)


### Features

* add mTLS support, fix missing routing header issue  ([#15](https://www.github.com/googleapis/python-service-directory/issues/15)) ([b983735](https://www.github.com/googleapis/python-service-directory/commit/b98373544181ecc55104230fc1e53b206c2e23ac))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
release-please[bot] committed Jun 11, 2020
1 parent b983735 commit 4e44419
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://www.github.com/googleapis/python-service-directory/compare/v0.2.0...v0.3.0) (2020-06-11)


### Features

* add mTLS support, fix missing routing header issue ([#15](https://www.github.com/googleapis/python-service-directory/issues/15)) ([b983735](https://www.github.com/googleapis/python-service-directory/commit/b98373544181ecc55104230fc1e53b206c2e23ac))

## [0.2.0](https://www.github.com/googleapis/python-service-directory/compare/v0.1.1...v0.2.0) (2020-05-19)


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

version = "0.2.0"
version = "0.3.0"

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

Expand Down

0 comments on commit 4e44419

Please sign in to comment.