File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.1] - 2017-09-26
4+
5+ ### Added:
6+ - lib: A new DNS provider for OTC.
7+ - lib: The ` AWS_HOSTED_ZONE_ID ` environment variable for the Route53 DNS provider to directly specify the zone.
8+ - lib: The ` RFC2136_TIMEOUT ` enviroment variable to make the timeout for the RFC2136 provider configurable.
9+ - lib: The ` GCE_SERVICE_ACCOUNT_FILE ` environment variable to specify a service account file for the Google Cloud DNS provider.
10+
11+ ### Fixed:
12+ - lib: Fixed an authentication issue with the latest Azure SDK.
13+
314## [ 0.4.0] - 2017-07-13
415
516### Added:
Original file line number Diff line number Diff line change 8383 lego [global options] command [command options] [arguments...]
8484
8585VERSION:
86- 0.4.0
86+ 0.4.1
8787
8888COMMANDS:
8989 run Register an account, then create and install a certificate
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ func main() {
3232 app .Name = "lego"
3333 app .Usage = "Let's Encrypt client written in Go"
3434
35- version := "0.4.0 "
35+ version := "0.4.1 "
3636 if strings .HasPrefix (gittag , "v" ) {
3737 version = gittag
3838 }
You can’t perform that action at this time.
0 commit comments