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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

const (
Name string = "onecli"
Version string = "0.4.0"
Version string = "0.5.0"
)
Loading