Skip to content

Commit 67c86d8

Browse files
author
Unknown
committed
lego version 0.4.1
1 parent 3304583 commit 67c86d8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ USAGE:
8383
lego [global options] command [command options] [arguments...]
8484
8585
VERSION:
86-
0.4.0
86+
0.4.1
8787
8888
COMMANDS:
8989
run Register an account, then create and install a certificate

cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)