Skip to content

Commit 6df3d39

Browse files
chore: release 0.19.0 (#407)
Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
1 parent eee0c02 commit 6df3d39

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.18.2"
2+
".": "0.19.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.19.0](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.18.2...v0.19.0) (2025-11-13)
4+
5+
6+
### Features
7+
8+
* Support list checks with alerts ([#408](https://github.com/grafana/synthetic-monitoring-api-go-client/issues/408)) ([eee0c02](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/eee0c026a86f110d761cfd634168ca5b4ba132af))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.23.0 ([37e5650](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/37e5650e354ca455d8ed6108c2dc8b77fa5bbd6d))
14+
315
## [0.18.2](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.18.1...v0.18.2) (2025-11-05)
416

517

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
// Version is the synthetic-monitoring-api-go-client version.
44
// This is automatically updated by release-please.
5-
var Version = "0.18.2" // x-release-please-version
5+
var Version = "0.19.0" // x-release-please-version

0 commit comments

Comments
 (0)