diff --git a/CHANGELOG.md b/CHANGELOG.md index d2dd66d..0aa57cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.9 / 2024-01-07 + +* Dependencies update + # v1.0.8 / 2023-11-20 * Dependencies update diff --git a/README.md b/README.md index 749ff3f..6619a1f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Blazing fast single purpose cli for CloudTrail log filtering, written in golang ```bash $ cloudtrail-cli --version -cloudtrail-cli version 1.0.8 +cloudtrail-cli version 1.0.9 ``` ```bash @@ -24,7 +24,7 @@ USAGE: cloudtrail-cli [global options] command [command options] [arguments...] VERSION: - 1.0.8 + 1.0.9 COMMANDS: help, h Shows a list of commands or help for one command diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 6e2c211..14039c1 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -3,5 +3,5 @@ package constants const ( NAME string = "cloudtrail-cli" USAGE string = "Blazing fast single purpose cli for CloudTrail log filtering" - VERSION string = "1.0.8" + VERSION string = "1.0.9" )