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

Commit

Permalink
chore: release 0.1.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and busunkim96 committed Jan 6, 2020
1 parent 723ef9f commit bbc389e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [0.1.1](https://www.github.com/googleapis/python-secret-manager/compare/v0.1.0...v0.1.1) (2020-01-06)


### Bug Fixes

* remove deprecations from path helpers ([#9](https://www.github.com/googleapis/python-secret-manager/issues/9)) ([723ef9f](https://www.github.com/googleapis/python-secret-manager/commit/723ef9fb59f86e434fb6c9fcb5857bdd492358f6))

## 0.1.0 (2019-12-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 = "0.1.0"
version = "0.1.1"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
Expand Down

0 comments on commit bbc389e

Please sign in to comment.