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

chore: release 2.0.0 #34

Merged
merged 3 commits into from Sep 30, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)

### 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