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

Commit

Permalink
chore: release 2.0.0 (#34)
Browse files Browse the repository at this point in the history
* chore: release 2.0.0

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
release-please[bot] and busunkim96 committed Sep 30, 2020
1 parent 97de222 commit 2b97c01
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-oslogin/#history

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


### ⚠ BREAKING CHANGES

* move to microgen (#33). See [Migration Guide](https://github.com/googleapis/python-oslogin/blob/master/UPGRADING.md).

### Features

* move to microgen ([#33](https://www.github.com/googleapis/python-oslogin/issues/33)) ([97de222](https://www.github.com/googleapis/python-oslogin/commit/97de2223423162e39d25bb793c660a9ed5c30a2c))


### Bug Fixes

* update retry configs ([#24](https://www.github.com/googleapis/python-oslogin/issues/24)) ([13b6e8d](https://www.github.com/googleapis/python-oslogin/commit/13b6e8ddd1fbcf6f215ae706706bc44eb3e286c5))

## [1.0.0](https://www.github.com/googleapis/python-oslogin/compare/v0.3.0...v1.0.0) (2020-06-03)


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

name = "google-cloud-os-login"
description = "Google Cloud OS Login API client library"
version = "1.0.0"
version = "2.0.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 2b97c01

Please sign in to comment.