From e3bf2133e0e75c7a3bd663b1904f4ab31b9c8436 Mon Sep 17 00:00:00 2001 From: netevert Date: Fri, 20 Apr 2018 22:51:48 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 8 ++++++++ dnsmorph.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed88d9..b555129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.2.2] - 2018-04-20 +### Fixed +- Synced versioning + +## [1.2.1] - 2018-04-20 +### Fixed +- Incorrect release packaging in previous version + ## [1.2.0] - 2018-04-20 ### Added - Domain geolocation diff --git a/dnsmorph.go b/dnsmorph.go index 593230b..1011949 100644 --- a/dnsmorph.go +++ b/dnsmorph.go @@ -21,7 +21,7 @@ import ( ) // program version -const version = "1.2.0" +const version = "1.2.2" var ( g = color.New(color.FgHiGreen)