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

Commit

Permalink
chore: release 0.2.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 14, 2021
1 parent 77a155a commit fe8f314
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.2.0](https://www.github.com/googleapis/python-iam-logging/compare/v0.1.3...v0.2.0) (2021-10-13)


### Features

* add support for python 3.10 ([#38](https://www.github.com/googleapis/python-iam-logging/issues/38)) ([77a155a](https://www.github.com/googleapis/python-iam-logging/commit/77a155ac795471d110ca2feef89f70e6957c5779))

### [0.1.3](https://www.github.com/googleapis/python-iam-logging/compare/v0.1.2...v0.1.3) (2021-09-24)


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

version = "0.1.3"
version = "0.2.0"

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

Expand Down

0 comments on commit fe8f314

Please sign in to comment.