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)