We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da53e2b + 7fa032c commit 49a8a24Copy full SHA for 49a8a24
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.3.0](https://github.com/sacloud/saclient-go/compare/v0.2.7...v0.3.0) - 2026-01-28
4
+- feat: add configurable service endpoints support by @yamamoto-febc in https://github.com/sacloud/saclient-go/pull/57
5
+- ci: bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in https://github.com/sacloud/saclient-go/pull/60
6
+
7
## [v0.2.7](https://github.com/sacloud/saclient-go/compare/v0.2.6...v0.2.7) - 2026-01-15
8
- prefer dynamic configurations over others by @shyouhei in https://github.com/sacloud/saclient-go/pull/55
9
version.go
@@ -14,4 +14,4 @@
14
15
package saclient
16
17
-const Version = "0.2.7"
+const Version = "0.3.0"
0 commit comments