Skip to content

Commit e62d1c8

Browse files
chore(main): release 1.5.0 (googleapis#147)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 258eb69 commit e62d1c8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/googleapis/python-functions/compare/v1.4.0...v1.5.0) (2022-01-25)
4+
5+
6+
### Features
7+
8+
* add api key support ([#146](https://github.com/googleapis/python-functions/issues/146)) ([258eb69](https://github.com/googleapis/python-functions/commit/258eb698ed1c1adb92b039661ba78b17dc2f5851))
9+
310
## [1.4.0](https://www.github.com/googleapis/python-functions/compare/v1.3.1...v1.4.0) (2021-11-05)
411

512

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 = "1.4.0"
22+
version = "1.5.0"
2323

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

0 commit comments

Comments
 (0)