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 b827320 + fa4bc01 commit ec63898Copy full SHA for ec63898
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v0.6.1](https://github.com/sacloud/eventbus-api-go/compare/v0.6.0...v0.6.1) - 2026-03-09
4
+- Remove direct api-client-go dependency by @a2not in https://github.com/sacloud/eventbus-api-go/pull/65
5
+
6
## [v0.6.0](https://github.com/sacloud/eventbus-api-go/compare/v0.5.2...v0.6.0) - 2026-03-04
7
- CIでのE2Eテストの廃止 by @a2not in https://github.com/sacloud/eventbus-api-go/pull/53
8
- OpenAPI定義の追加 by @a2not in https://github.com/sacloud/eventbus-api-go/pull/56
version.go
@@ -14,4 +14,4 @@
14
15
package eventbus
16
17
-const Version = "0.6.0"
+const Version = "0.6.1"
0 commit comments