From fb38530667c860976a3e036f5344a2dcb41000b2 Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Sun, 21 Jul 2019 13:54:48 +0200 Subject: [PATCH] Bump version to 1.1rc1 --- CHANGELOG.md | 7 +++++++ dynconf.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fdac9a..fe714f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v1.1rc1 [2019-07-21] +------------------ + + * Support for contexts to conditionally enable / disable deletes and replaces. + * Option to check how often a delete / replace is applied. + * Add script for bash completion. + v1.0.2 [2018-08-06] ------------------ diff --git a/dynconf.go b/dynconf.go index b3bebed..79625a9 100644 --- a/dynconf.go +++ b/dynconf.go @@ -24,7 +24,7 @@ The commands are: ` const version = ` -DynConf 1.0.2 +DynConf 1.1rc1 Copyright (C) 2018 - 2019 Jonas Hahnfeld License GPLv3+: GNU GPL version 3 or later This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you