Skip to content

Commit 87d7ad2

Browse files
chore: release 0.18.1 (#399)
Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
1 parent e7f59d5 commit 87d7ad2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.0"
2+
".": "0.18.1"
33
}

CHANGELOG.md

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

3+
## [0.18.1](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.18.0...v0.18.1) (2025-10-29)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* Bump github.com/grafana/synthetic-monitoring-agent ([bd8d1e8](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/bd8d1e8b7dff4ca64f1270499f844087bc2da6b5))
9+
* Bump github.com/grafana/synthetic-monitoring-agent ([#402](https://github.com/grafana/synthetic-monitoring-api-go-client/issues/402)) ([e7f59d5](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/e7f59d581808eaf8adc5de914887d74a868d73b5))
10+
311
## [0.18.0](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.17.2...v0.18.0) (2025-10-15)
412

513

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

0 commit comments

Comments
 (0)