Skip to content

Commit d5fdcda

Browse files
committed
Update change log and version
1 parent 9d0b19d commit d5fdcda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

getssl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@
280280
# 2021-11-10 Detect Solaris and use gnu tools (#701)(miesi)
281281
# 2021-11-12 Support acme-dns and fix CNAME issues (#722)(#308)
282282
# 2021-12-14 Enhancements for GoDaddy (support more levels of domain names, no longer require GODADDY_BASE, and actual deletion of resource records)
283+
# 2021-12-22 Don't show usage if run with --upgrade (#728)
284+
# 2021-12-23 Don't use +idnout if dig shows a warning (#688)
285+
# 2022-01-06 Support --account-id (#716)(2.46)
283286
# ----------------------------------------------------------------------------------------
284287

285288
case :$SHELLOPTS: in
@@ -288,7 +291,7 @@ esac
288291

289292
PROGNAME=${0##*/}
290293
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
291-
VERSION="2.45"
294+
VERSION="2.46"
292295

293296
# defaults
294297
ACCOUNT_KEY_LENGTH=4096

0 commit comments

Comments
 (0)