Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release google-cloud-container 0.9.0 #4824

Merged
merged 2 commits into from
Feb 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 10 additions & 0 deletions google-cloud-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

### 0.9.0 / 2020-02-18

#### ⚠ BREAKING CHANGES

* **container:** Change deprecated but required parameters to keyword arguments in most public methods

#### Features

* Change deprecated but required parameters to keyword arguments in most public methods

### 0.8.1 / 2020-01-23

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Container
VERSION = "0.8.1".freeze
VERSION = "0.9.0".freeze
end
end
end