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

Commit c6c04e4

Browse files
chore(main): release 2.13.0 (#520)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 50c9165 commit c6c04e4

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.12.0"
2+
".": "2.13.0"
33
}
44

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-monitoring/#history
66

7+
## [2.13.0](https://github.com/googleapis/python-monitoring/compare/v2.12.0...v2.13.0) (2023-01-09)
8+
9+
10+
### Features
11+
12+
* Added Snooze API support ([#519](https://github.com/googleapis/python-monitoring/issues/519)) ([1d33db7](https://github.com/googleapis/python-monitoring/commit/1d33db7ade09a6ee35e2a4b371bc2d3ba82c8e06))
13+
714
## [2.12.0](https://github.com/googleapis/python-monitoring/compare/v2.11.3...v2.12.0) (2022-12-15)
815

916

google/cloud/monitoring/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.12.0" # {x-release-please-version}
16+
__version__ = "2.13.0" # {x-release-please-version}

google/cloud/monitoring_v3/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.12.0" # {x-release-please-version}
16+
__version__ = "2.13.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.monitoring.v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-monitoring",
11-
"version": "0.1.0"
11+
"version": "2.13.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)