Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.2.0](https://github.com/sacloud/service-endpoint-gateway-api-go/compare/v0.1.2...v0.2.0) - 2026-07-07
- ci: bump Songmu/tagpr from 1.9.0 to 1.18.2 by @dependabot[bot] in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/17
- go: bump github.com/sacloud/packages-go from 0.0.12 to 0.0.13 by @dependabot[bot] in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/22
- ci: bump actions/setup-go from 6.2.0 to 6.4.0 by @dependabot[bot] in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/11
- Change the cast inside NewClientWithAPIRootURL by @to-shoji in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/23
- Allow DNSForwardingSettings to become partial by @shyouhei in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/36

## [v0.1.2](https://github.com/sacloud/service-endpoint-gateway-api-go/compare/v0.1.1...v0.1.2) - 2026-04-20
- Fix NewClient and List API by @to-shoji in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/20

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
// limitations under the License.
package seg

const Version = "0.1.2"
const Version = "0.2.0"