Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelGirodon committed Oct 8, 2022
1 parent a0f5546 commit 687afd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 0.3.0 - 2022-10-08

- Upgrade Go
- Migrate CI
- Setup Docker image

## 0.2.0 - 2021-02-26

- Add support for environment variables
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// Version is the application version number.
const Version = "0.2.0"
const Version = "0.3.0"

// Command is the version command structure.
type Command struct {
Expand Down

0 comments on commit 687afd9

Please sign in to comment.