summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-05-18 16:08:26 +0700
committerShulhan <ms@kilabit.info>2023-05-18 16:08:26 +0700
commitdded88bf1546f30185e2fc30c11e4f1322abd213 (patch)
tree1bc6a2f27fcb9800a104a8ba9fac52a9689f23db
parentde4158b930a2afcfa59947ae2cd7127943751805 (diff)
downloadgotp-0.3.0.tar.xz
Release gotp v0.3.0 (2023-05-17)v0.3.0
=== New features * all: add command to remove the private key * all: add command to set private key === Chores * all: update Go version to 1.19 and all dependencies
-rw-r--r--_doc/CHANGELOG.adoc22
-rw-r--r--gotp.go2
2 files changed, 23 insertions, 1 deletions
diff --git a/_doc/CHANGELOG.adoc b/_doc/CHANGELOG.adoc
index 4382a75..ab7975b 100644
--- a/_doc/CHANGELOG.adoc
+++ b/_doc/CHANGELOG.adoc
@@ -6,6 +6,28 @@ Shulhan <ms@kilabit.info>
:sectanchors:
:sectlinks:
+[#v0_3_0]
+== gotp v0.3.0 (2023-05-17)
+
+[#v0_3_0__new_features]
+=== New features
+
+all: add command to remove the private key::
++
+The remove-private-key decrypt the issuer's value back using previous
+private key and store it back to file as plain text.
+
+all: add command to set private key::
++
+The set-private-key command encrypt the issuer's value (hash:secret...)
+in the file using private key.
+The supported private key is RSA.
+
+[#v0_3_0__chores]
+=== Chores
+
+all: update Go version to 1.19 and all dependencies::
+
[#v0_2_3]
== gotp v0.2.3 (2023-02-12)
diff --git a/gotp.go b/gotp.go
index 3cb200a..f14ff4d 100644
--- a/gotp.go
+++ b/gotp.go
@@ -25,7 +25,7 @@ const (
)
var (
- Version = `0.3.0-dev`
+ Version = `0.3.0`
)
// normalizeLabel convert non alpha number, hyphen, underscore, or period