From 58f40a269f5ee487a29f33c3aeef38be169d6c36 Mon Sep 17 00:00:00 2001 From: "pepabo-pr-maker[bot]" <216826512+pepabo-pr-maker[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:01:15 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) From 13fca00a9d957464ee8995ceaf520e4698950a6b Mon Sep 17 00:00:00 2001 From: "pepabo-pr-maker[bot]" <216826512+pepabo-pr-maker[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:01:17 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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