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

Commit

Permalink
chore: release 2.0.0 (#32)
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 10, 2020
1 parent f420fd3 commit 8749d10
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,22 @@

[1]: https://pypi.org/project/google-cloud-iot/#history

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


### ⚠ BREAKING CHANGES

* migrate to use microgen (#29)

### Features

* migrate to use microgen ([#29](https://www.github.com/googleapis/python-iot/issues/29)) ([f420fd3](https://www.github.com/googleapis/python-iot/commit/f420fd37441c92f3c9324b1d7278b210e3c5a8bc))


### Bug Fixes

* update retry configs ([#19](https://www.github.com/googleapis/python-iot/issues/19)) ([5d7a613](https://www.github.com/googleapis/python-iot/commit/5d7a613f54e5326adf719e7aeb9cac06ef64f48c))

## [1.0.0](https://www.github.com/googleapis/python-iot/compare/v0.3.1...v1.0.0) (2020-02-28)


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

name = "google-cloud-iot"
description = "Cloud IoT 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.0, < 2.0.0dev",
Expand Down

0 comments on commit 8749d10

Please sign in to comment.