Skip to content

Commit add51f9

Browse files
chore: release 0.18.2 (#404)
Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
1 parent f8d5350 commit add51f9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.1"
2+
".": "0.18.2"
33
}

CHANGELOG.md

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

3+
## [0.18.2](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.18.1...v0.18.2) (2025-11-05)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.22.0 ([#403](https://github.com/grafana/synthetic-monitoring-api-go-client/issues/403)) ([42f8e51](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/42f8e5128aa025371a02074fa05b0e7c69b94e78))
9+
* Update googleapis/release-please-action action to v4.4.0 ([#400](https://github.com/grafana/synthetic-monitoring-api-go-client/issues/400)) ([f8d5350](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/f8d53504d131fdbcc96965b65cb73a4b2029defc))
10+
* Update module github.com/grafana/synthetic-monitoring-agent to v0.46.0 ([#405](https://github.com/grafana/synthetic-monitoring-api-go-client/issues/405)) ([f3f3796](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/f3f379610795239c18995f64b2460a20249e64ef))
11+
312
## [0.18.1](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.18.0...v0.18.1) (2025-10-29)
413

514

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.1" // x-release-please-version
5+
var Version = "0.18.2" // x-release-please-version

0 commit comments

Comments
 (0)