From 3f71def3aaa8582225f4339a578c12fb07511295 Mon Sep 17 00:00:00 2001 From: robot Date: Thu, 25 Apr 2024 18:16:44 +0000 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 1 + version.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4213d..cc23546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## v1.1.0 * Changed template of static credentials config option * Fixed the initialization of static credentials for secure/insecure endpoints diff --git a/version.go b/version.go index 7e564ec..6f6f64e 100644 --- a/version.go +++ b/version.go @@ -2,7 +2,7 @@ package main const ( versionMajor = "1" - versionMinor = "0" + versionMinor = "1" versionPatch = "0" )