Skip to content

Commit ec63898

Browse files
authored
Merge pull request #66 from sacloud/tagpr-from-v0.6.0
Release for v0.6.1
2 parents b827320 + fa4bc01 commit ec63898

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
36
## [v0.6.0](https://github.com/sacloud/eventbus-api-go/compare/v0.5.2...v0.6.0) - 2026-03-04
47
- CIでのE2Eテストの廃止 by @a2not in https://github.com/sacloud/eventbus-api-go/pull/53
58
- OpenAPI定義の追加 by @a2not in https://github.com/sacloud/eventbus-api-go/pull/56

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package eventbus
1616

17-
const Version = "0.6.0"
17+
const Version = "0.6.1"

0 commit comments

Comments
 (0)