Skip to content

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/google-cloud-workflows/CHANGELOG.md

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

3+
### [1.2.1](https://www.github.com/googleapis/python-workflows/compare/v1.2.0...v1.2.1) (2021-07-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#75](https://www.github.com/googleapis/python-workflows/issues/75)) ([cd2684f](https://www.github.com/googleapis/python-workflows/commit/cd2684fd73e7bf68ce413370aec5819a9c5e35a1))
9+
* enable self signed jwt for grpc ([#81](https://www.github.com/googleapis/python-workflows/issues/81)) ([5abf2bc](https://www.github.com/googleapis/python-workflows/commit/5abf2bca6fff87008386e1505aba86765c318fec))
10+
11+
12+
### Documentation
13+
14+
* add Samples section to CONTRIBUTING.rst ([#76](https://www.github.com/googleapis/python-workflows/issues/76)) ([8eb851b](https://www.github.com/googleapis/python-workflows/commit/8eb851b40624f56fc805fec00b0731c60ec3b568))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release as 1.2.1 ([#80](https://www.github.com/googleapis/python-workflows/issues/80)) ([b3ece19](https://www.github.com/googleapis/python-workflows/commit/b3ece19a7b671846ef49ade9a54d1b01f8ff2b69))
20+
321
## [1.2.0](https://www.github.com/googleapis/python-workflows/compare/v1.1.0...v1.2.0) (2021-07-01)
422

523

packages/google-cloud-workflows/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.2.0"
22+
version = "1.2.1"
2323

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

0 commit comments

Comments
 (0)