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

Commit

Permalink
chore: release 2.0.0 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Sep 16, 2020
1 parent 4196032 commit 59e1a45
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://www.github.com/googleapis/python-secret-manager/compare/v1.0.0...v2.0.0) (2020-09-15)


### ⚠ BREAKING CHANGES

* migrate to use microgen (#44)

### Features

* 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))


### Bug Fixes

* 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))

## [1.0.0](https://www.github.com/googleapis/python-secret-manager/compare/v0.2.0...v1.0.0) (2020-05-20)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

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

0 comments on commit 59e1a45

Please sign in to comment.