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

chore: release 0.4.0 #62

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.0](https://www.github.com/googleapis/python-retail/compare/v0.3.0...v0.4.0) (2021-07-24)


### Features

* add Samples section to CONTRIBUTING.rst ([#60](https://www.github.com/googleapis/python-retail/issues/60)) ([70d0585](https://www.github.com/googleapis/python-retail/commit/70d0585541bb5cfcf698f5223dec3f5a8ebd5b97))


### Bug Fixes

* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#59](https://www.github.com/googleapis/python-retail/issues/59)) ([23223a7](https://www.github.com/googleapis/python-retail/commit/23223a7a195511f4fd63a638f7680999eb4fb554))
* enable self signed jwt for grpc ([#65](https://www.github.com/googleapis/python-retail/issues/65)) ([51b9934](https://www.github.com/googleapis/python-retail/commit/51b9934977c367b4d19a8d104905224386c08c2e))

## [0.3.0](https://www.github.com/googleapis/python-retail/compare/v0.2.0...v0.3.0) (2021-07-01)


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

version = "0.3.0"
version = "0.4.0"

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

Expand Down