From 961b6864858220d89568185af25fff35b1d03113 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 6 Jan 2021 01:29:01 +0700 Subject: Release share v0.22.0 (2021-01-06) === Breaking changes * contact: remove unused package proofn * sql: change the new client function parameter into struct of options. === New features * cmd: add new CLI "totp" + The totp is a program to generate Time-based One-time Password from secret key. * totp: add method to generate n number of passwords === Enhancements * http: print client request if debug value is equal or greater than 2. + If user set DEBUG environment variable or debug.Value to 2 or greater, the http Client will print the request (header and body) to the standard output. * ssh: print the private key file that has an error when generating signers --- CHANGELOG.adoc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 7c04821f..76d7fbce 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -3,6 +3,34 @@ This library is released every month, usually at the first week of month. +== share v0.22.0 (2021-01-06) + +=== Breaking changes + +* contact: remove unused package proofn + +* sql: change the new client function parameter into struct of options. + +=== New features + +* cmd: add new CLI "totp" ++ +The totp is a program to generate Time-based One-time Password from +secret key. + +* totp: add method to generate n number of passwords + +=== Enhancements + +* http: print client request if debug value is equal or greater than 2. ++ +If user set DEBUG environment variable or debug.Value to 2 or greater, +the http Client will print the request (header and body) to the +standard output. + +* ssh: print the private key file that has an error when generating signers + + == share v0.21.0 (2020-12-06) === Breaking changes -- cgit v1.3