Skip to content

Commit 73706ae

Browse files
committed
add CHANGELOG new release
1 parent 1ab57ee commit 73706ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# embgit 3.5, May 30, 2022
1+
# embgit 3.65, May 30, 2022
22

3+
- started with CHANGELOG.md
34
- add ecdsa keypair generation
45

56
# older

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
"encoding/pem"
2727
)
28-
const version = "v0.3.5"
28+
const version = "v0.3.6"
2929

3030
func setAuth(keyfilepath string, ignoreHostkey bool) transport.AuthMethod {
3131
//var auth transport.AuthMethod

0 commit comments

Comments
 (0)