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

Commit

Permalink
chore: release 0.1.1 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 29, 2021
1 parent 800ee67 commit f248801
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

### [0.1.1](https://www.github.com/googleapis/python-network-management/compare/v0.1.0...v0.1.1) (2021-07-26)


### Bug Fixes

* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#7](https://www.github.com/googleapis/python-network-management/issues/7)) ([2efa0ec](https://www.github.com/googleapis/python-network-management/commit/2efa0ec8941664873ed46ca40f73286661b401b8))
* enable self signed jwt for grpc ([#13](https://www.github.com/googleapis/python-network-management/issues/13)) ([9ae9673](https://www.github.com/googleapis/python-network-management/commit/9ae9673ae7141aee657e790208d385d430c7c4d6))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#8](https://www.github.com/googleapis/python-network-management/issues/8)) ([44e3740](https://www.github.com/googleapis/python-network-management/commit/44e37406e513730b2a0569a5f78631e5d235da79))


### Miscellaneous Chores

* release 0.1.1 ([#12](https://www.github.com/googleapis/python-network-management/issues/12)) ([800ee67](https://www.github.com/googleapis/python-network-management/commit/800ee67e6279746114f954a6a55d3776656f6265))

## 0.1.0 (2021-07-02)


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

name = "google-cloud-network-management"
description = "Network Management API client library"
version = "0.1.0"
version = "0.1.1"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-network-management"
dependencies = [
Expand Down

0 comments on commit f248801

Please sign in to comment.