From 68614bb38ab7f13b84a8e87d2e96f32d30928a54 Mon Sep 17 00:00:00 2001 From: nixargh Date: Thu, 25 Feb 2021 21:56:30 +0300 Subject: [PATCH] v1.1.2 bump version --- CHANGELOG.md | 4 ++++ main.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc4f4b..f95fc19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.1.2] - 2021-02-25 +### Fixed +- Bump version. + ## [1.1.1] - 2021-02-25 ### Fixed - Do not die if *runSender* can't connect to Graphite server. diff --git a/main.go b/main.go index 32e02e8..a8c9f9e 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ import ( // "github.com/pkg/profile" ) -var version string = "1.1.0" +var version string = "1.1.2" var clog, slog, rlog, tlog, stlog *log.Entry var hostname string