Skip to content

Commit

Permalink
Fixed changelogs, increase the madock version
Browse files Browse the repository at this point in the history
  • Loading branch information
faradey committed Sep 26, 2024
1 parent f574c90 commit 24aa21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
**v2.6.0**
- Added Grafana as a service
- Added Grafana dashboards for Loki, Mysql and Redis
- Support for snippets in configuration files has been added. This has allowed us to eliminate repetitive code and settings.
- Added the new option `--shell` for `madock bash` command. It can be used `bash` or `sh` as a shell.

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import (
"strings"
)

var appVersion string = "2.4.3"
var appVersion string = "2.6.0"

func main() {
log.SetFlags(log.LstdFlags | log.Lshortfile | log.Lmicroseconds)
Expand Down

0 comments on commit 24aa21e

Please sign in to comment.