diff --git a/CHANGELOG.md b/CHANGELOG.md index 9410fc8..07ee366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v0.5.0](https://github.com/pepabo/onecli/compare/v0.4.0...v0.5.0) - 2026-06-17 + +- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in https://github.com/pepabo/onecli/pull/25 +- build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in https://github.com/pepabo/onecli/pull/26 +- build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in https://github.com/pepabo/onecli/pull/27 +- build(deps): bump github.com/onelogin/onelogin-go-sdk/v4 from 4.6.1 to 4.7.0 by @dependabot[bot] in https://github.com/pepabo/onecli/pull/28 +- build(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 by @dependabot[bot] in https://github.com/pepabo/onecli/pull/29 +- build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in https://github.com/pepabo/onecli/pull/30 +- build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 by @dependabot[bot] in https://github.com/pepabo/onecli/pull/31 +- build(deps): bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 by @dependabot[bot] in https://github.com/pepabo/onecli/pull/32 +- build(deps): bump github.com/onelogin/onelogin-go-sdk/v4 from 4.7.0 to 4.8.0 by @dependabot[bot] in https://github.com/pepabo/onecli/pull/33 +- feat: add user password/status/invite commands and fix zero-value timestamps on user create/update by @k-inatchi in https://github.com/pepabo/onecli/pull/34 + ## [v0.4.0](https://github.com/pepabo/onecli/compare/v0.3.2...v0.4.0) - 2025-06-30 - fix: trigger release workflow only via workflow_dispatch by @buty4649 in https://github.com/pepabo/onecli/pull/21 - feat: add event_type field to event list output and optimize event type mapping by @buty4649 in https://github.com/pepabo/onecli/pull/23 diff --git a/version/version.go b/version/version.go index 8e42a74..6f7e6ff 100644 --- a/version/version.go +++ b/version/version.go @@ -2,5 +2,5 @@ package version const ( Name string = "onecli" - Version string = "0.4.0" + Version string = "0.5.0" )