Skip to content

Commit

Permalink
Release v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Aug 3, 2023
1 parent 1c2d952 commit 411d088
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.5.9] - 03.08.2023

### Added
- Added API JWT Auth
- Added RESTful API

### Removed
- Removed API basic auth

### Changed
- Updated go version to 1.20
- Updated go modules

## [0.5.8] - 28.04.2021

:warning: **Breaking change:** :warning:
Expand Down
2 changes: 1 addition & 1 deletion plugins/cli/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

var (
// AppVersion version number
AppVersion = "0.5.8"
AppVersion = "0.5.9"
LatestGithubVersion = AppVersion

// AppName app code name
Expand Down

0 comments on commit 411d088

Please sign in to comment.