diff --git a/CHANGELOG.md b/CHANGELOG.md index ec80354..13cb30a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,16 @@ ### Fixed -- Get port from scheme [#55](https://github.com/mstruebing/tldr/pull/55) ([@mstruebing](https://github.com/mstruebing)) - ### Security ### Misc +## [1.2.2] - 2020-09-16 + +### Fixed + +- Get port from scheme [#55](https://github.com/mstruebing/tldr/pull/55) ([@mstruebing](https://github.com/mstruebing)) + ## [1.2.1] - 2020-07-29 - Only check remote is reachable when ttl timeout. [#52](https://github.com/mstruebing/tldr/pull/52) ([@wudong](https://github.com/wudong)) diff --git a/cmd/tldr/main.go b/cmd/tldr/main.go index 2f99d93..11e94bc 100644 --- a/cmd/tldr/main.go +++ b/cmd/tldr/main.go @@ -32,7 +32,7 @@ const ( const currentPlattform = runtime.GOOS func printVersion() { - fmt.Println("tldr v 1.2.1") + fmt.Println("tldr v 1.2.2") fmt.Println("Copyright (C) 2017 Max StrĂ¼bing") fmt.Println("Source available at https://github.com/mstruebing/tldr") }