diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8ea659..d958fd80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ -## Changelog (Current version: 1.6.1) +## Changelog (Current version: 1.6.2) ----------------- +### 1.6.2 (2017 Dec 11) + +* [2cf2e0b] prepare for 1.6.2 +* [dd662b3] Update step versions (#106) +* [437427e] v1.6.1 +* [e139793] prepare for 1.6.1 +* [7634988] dep update (#105) + ### 1.6.1 (2017 Dec 08) * [e139793] prepare for 1.6.1 @@ -302,4 +310,4 @@ ----------------- -Updated: 2017 Dec 08 \ No newline at end of file +Updated: 2017 Dec 11 \ No newline at end of file diff --git a/version/version.go b/version/version.go index 20cb42d2..e0050454 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // VERSION ... -const VERSION = "1.6.1" +const VERSION = "1.6.2"