From 5afad86e37afb38ec745e463efa7ff977b642c31 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 10 Mar 2022 16:36:26 +0100 Subject: [PATCH] 1.5.6 --- CHANGELOG.md | 6 ++++++ docs/markdown/contrib.md | 1 + internal/config.go | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f19b329..0243cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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.6] - 2022-03-10 + +### Fixed + +- Add bash in docker image for hooks. @fariszr + ## [1.5.5] - 2022-02-16 ### Changed diff --git a/docs/markdown/contrib.md b/docs/markdown/contrib.md index e7fddb7..a5569e5 100644 --- a/docs/markdown/contrib.md +++ b/docs/markdown/contrib.md @@ -5,6 +5,7 @@ This amazing people helped the project! - @agateblue - Docs, Pruning, S3. - @g-a-c - Update/Install bugs. - @jjromannet - Bug fixes. +- @fariszr - Bug fixes. - @david-boles - Docs. - @SebDanielsson - Brew. - @n194 - AUR Package. diff --git a/internal/config.go b/internal/config.go index 4fd8dde..234598e 100644 --- a/internal/config.go +++ b/internal/config.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.5.5" +const VERSION = "1.5.6" type OptionMap map[string][]interface{} type Options map[string]OptionMap