Skip to content

Commit 6b29f31

Browse files
chore: release 0.17.1 (#380)
Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
1 parent 3bfdc63 commit 6b29f31

File tree

3 files changed

+9
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [0.17.1](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.17.0...v0.17.1) (2025-09-24)
4+
5+
6+
### Fixes
7+
8+
* change runbookUrl casing to what the API expects ([#379](https://github.com/grafana/synthetic-monitoring-api-go-client/issues/379)) ([3bfdc63](https://github.com/grafana/synthetic-monitoring-api-go-client/commit/3bfdc63b379d70fbb805269299d468ee0383c1e1))
9+
310
## [0.17.0](https://github.com/grafana/synthetic-monitoring-api-go-client/compare/v0.16.2...v0.17.0) (2025-09-23)
411

512

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

0 commit comments

Comments
 (0)