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