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

Commit 59e1a45

Browse files
chore: release 2.0.0 (#46)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4196032 commit 59e1a45

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://www.github.com/googleapis/python-secret-manager/compare/v1.0.0...v2.0.0) (2020-09-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to use microgen (#44)
9+
10+
### Features
11+
12+
* migrate to use microgen ([#44](https://www.github.com/googleapis/python-secret-manager/issues/44)) ([4196032](https://www.github.com/googleapis/python-secret-manager/commit/41960323415701f3b358be201857fe04f58652be))
13+
14+
15+
### Bug Fixes
16+
17+
* update default retry configs ([#31](https://www.github.com/googleapis/python-secret-manager/issues/31)) ([5f8689c](https://www.github.com/googleapis/python-secret-manager/commit/5f8689c9a1d6001d2873158c13cbb9a95b33fb97))
18+
319
## [1.0.0](https://www.github.com/googleapis/python-secret-manager/compare/v0.2.0...v1.0.0) (2020-05-20)
420

521

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-secret-manager"
2424
description = "Secret Manager API API client library"
25-
version = "1.0.0"
25+
version = "2.0.0"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",

0 commit comments

Comments
 (0)