Skip to content

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/google-cloud-retail/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.3.0](https://www.github.com/googleapis/python-retail/compare/v0.2.0...v0.3.0) (2021-07-01)
4+
5+
6+
### Features
7+
8+
* add always_use_jwt_access ([#51](https://www.github.com/googleapis/python-retail/issues/51)) ([f6ad4b6](https://www.github.com/googleapis/python-retail/commit/f6ad4b6586924129baecc9fc0536559590518bf6))
9+
10+
11+
### Bug Fixes
12+
13+
* disable always_use_jwt_access ([#55](https://www.github.com/googleapis/python-retail/issues/55)) ([d7f0666](https://www.github.com/googleapis/python-retail/commit/d7f0666dd00706e19bf73656d7379ad01805f61d))
14+
15+
16+
### Documentation
17+
18+
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-retail/issues/1127)) ([#46](https://www.github.com/googleapis/python-retail/issues/46)) ([f03c60a](https://www.github.com/googleapis/python-retail/commit/f03c60ab178f98ceda54d0ed594f83f6af20270f)), closes [#1126](https://www.github.com/googleapis/python-retail/issues/1126)
19+
320
## [0.2.0](https://www.github.com/googleapis/python-retail/compare/v0.1.0...v0.2.0) (2021-05-28)
421

522

packages/google-cloud-retail/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.2.0"
22+
version = "0.3.0"
2323

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

0 commit comments

Comments
 (0)