Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#247)
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] authored Apr 7, 2022
1 parent 1599463 commit 66ad815
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/google-cloud-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.2.0](https://github.com/googleapis/python-compute/compare/v1.1.0...v1.2.0) (2022-04-07)


### Features

* update compute API to revision 20220322 ([#710](https://github.com/googleapis/python-compute/issues/710)) ([84604a1](https://github.com/googleapis/python-compute/commit/84604a1966dee9dfdb1359a871d9b741c0bf2eaf))


### Bug Fixes

* fix type in docstring for map fields ([#256](https://github.com/googleapis/python-compute/issues/256)) ([84604a1](https://github.com/googleapis/python-compute/commit/84604a1966dee9dfdb1359a871d9b741c0bf2eaf))


### Documentation

* **samples:** Add samples for moving VM to different regions/zones ([#244](https://github.com/googleapis/python-compute/issues/244)) ([9d22f0d](https://github.com/googleapis/python-compute/commit/9d22f0d7fa14eea52d17c1df4d55358e747f0831))

## [1.1.0](https://github.com/googleapis/python-compute/compare/v1.0.0...v1.1.0) (2022-03-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.1.0"
version = "1.2.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 66ad815

Please sign in to comment.