Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
guessi committed Nov 20, 2023
1 parent 3ae2775 commit b0e56fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.8 / 2023-11-20

* Dependencies update

# v1.0.7 / 2023-10-12

* Identical with v1.0.6
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
cloudtrail-cli version 1.0.8
```

```bash
Expand All @@ -24,7 +24,7 @@ USAGE:
cloudtrail-cli [global options] command [command options] [arguments...]

VERSION:
1.0.7
1.0.8

COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"
VERSION string = "1.0.8"
)

0 comments on commit b0e56fc

Please sign in to comment.