From 20395812dd20f458ed543bf6a4b4d64712df650f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Wed, 16 Sep 2020 20:57:02 +0200 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 8 ++++++-- cmd/tldr/main.go | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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") }