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

Commit

Permalink
chore: release 0.4.0 (#53)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [0.4.0](https://www.github.com/googleapis/python-assured-workloads/compare/v0.3.1...v0.4.0) (2021-06-30)


### Features

* add always_use_jwt_access ([#52](https://www.github.com/googleapis/python-assured-workloads/issues/52)) ([9533d55](https://www.github.com/googleapis/python-assured-workloads/commit/9533d55b45ca854800cd2a15c136dc0247465fea))


### Bug Fixes

* disable always_use_jwt_access ([efac3ed](https://www.github.com/googleapis/python-assured-workloads/commit/efac3eddda13b62f01a451e0314b544d0f97cac8))
* disable always_use_jwt_access ([#56](https://www.github.com/googleapis/python-assured-workloads/issues/56)) ([efac3ed](https://www.github.com/googleapis/python-assured-workloads/commit/efac3eddda13b62f01a451e0314b544d0f97cac8))


### Documentation

* fix typo in docs/index.rst ([#43](https://www.github.com/googleapis/python-assured-workloads/issues/43)) ([df2ea64](https://www.github.com/googleapis/python-assured-workloads/commit/df2ea6472b097b53ee7c278051ad4bd11e85ef7b))
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-assured-workloads/issues/1127)) ([#47](https://www.github.com/googleapis/python-assured-workloads/issues/47)) ([0f28736](https://www.github.com/googleapis/python-assured-workloads/commit/0f28736ad7d1966f41410d5d571fb56b6fef91df))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jul 12, 2021
1 parent efac3ed commit 957f6fe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog

## [0.4.0](https://www.github.com/googleapis/python-assured-workloads/compare/v0.3.1...v0.4.0) (2021-06-30)


### Features

* add always_use_jwt_access ([#52](https://www.github.com/googleapis/python-assured-workloads/issues/52)) ([9533d55](https://www.github.com/googleapis/python-assured-workloads/commit/9533d55b45ca854800cd2a15c136dc0247465fea))


### Bug Fixes

* disable always_use_jwt_access ([efac3ed](https://www.github.com/googleapis/python-assured-workloads/commit/efac3eddda13b62f01a451e0314b544d0f97cac8))
* disable always_use_jwt_access ([#56](https://www.github.com/googleapis/python-assured-workloads/issues/56)) ([efac3ed](https://www.github.com/googleapis/python-assured-workloads/commit/efac3eddda13b62f01a451e0314b544d0f97cac8))


### Documentation

* fix typo in docs/index.rst ([#43](https://www.github.com/googleapis/python-assured-workloads/issues/43)) ([df2ea64](https://www.github.com/googleapis/python-assured-workloads/commit/df2ea6472b097b53ee7c278051ad4bd11e85ef7b))
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-assured-workloads/issues/1127)) ([#47](https://www.github.com/googleapis/python-assured-workloads/issues/47)) ([0f28736](https://www.github.com/googleapis/python-assured-workloads/commit/0f28736ad7d1966f41410d5d571fb56b6fef91df))

### [0.3.1](https://www.github.com/googleapis/python-assured-workloads/compare/v0.3.0...v0.3.1) (2021-06-16)


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

version = "0.3.1"
version = "0.4.0"

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

Expand Down

0 comments on commit 957f6fe

Please sign in to comment.