This repository was archived by the owner on Dec 31, 2023. It is now read-only.

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.2.0](https://.com/googleapis/python-compute/compare/v1.1.0...v1.2.0) (2022-04-07)
4+
5+
6+
### Features
7+
8+
* update compute API to revision 20220322 ([#710](https://.com/googleapis/python-compute/issues/710)) ([84604a1](https://.com/googleapis/python-compute/commit/84604a1966dee9dfdb1359a871d9b741c0bf2eaf))
9+
10+
11+
### Bug Fixes
12+
13+
* fix type in docstring for map fields ([#256](https://.com/googleapis/python-compute/issues/256)) ([84604a1](https://.com/googleapis/python-compute/commit/84604a1966dee9dfdb1359a871d9b741c0bf2eaf))
14+
15+
16+
### Documentation
17+
18+
* **samples:** Add samples for moving VM to different regions/zones ([#244](https://.com/googleapis/python-compute/issues/244)) ([9d22f0d](https://.com/googleapis/python-compute/commit/9d22f0d7fa14eea52d17c1df4d55358e747f0831))
19+
320
## [1.1.0](https://.com/googleapis/python-compute/compare/v1.0.0...v1.1.0) (2022-03-08)
421

522

Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.1.0"
22+
version = "1.2.0"
2323

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

0 commit comments

Comments
 (0)