From ec9e2aebcd46adbf7302a698fd630db0f9d51484 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 13 Feb 2022 16:25:09 +0100 Subject: [PATCH] 1.5.2 --- CHANGELOG.md | 7 ++++--- internal/config.go | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d061a28..bff21cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.5.2] +## [1.5.2] - 2022-02-13 -### Added +### Fixed -- Add support link in help command +- Config loading @jjromannet +- Making a backup of the file @jjromannet ## [1.5.1] - 2021-12-06 diff --git a/internal/config.go b/internal/config.go index f50aa5b..e9acace 100644 --- a/internal/config.go +++ b/internal/config.go @@ -16,7 +16,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.5.1" +const VERSION = "1.5.2" var CI bool = false var VERBOSE bool = false