Skip to content

Commit

Permalink
lego version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 26, 2017
1 parent 3304583 commit 67c86d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [0.4.1] - 2017-09-26

### Added:
- lib: A new DNS provider for OTC.
- lib: The `AWS_HOSTED_ZONE_ID` environment variable for the Route53 DNS provider to directly specify the zone.
- lib: The `RFC2136_TIMEOUT` enviroment variable to make the timeout for the RFC2136 provider configurable.
- lib: The `GCE_SERVICE_ACCOUNT_FILE` environment variable to specify a service account file for the Google Cloud DNS provider.

### Fixed:
- lib: Fixed an authentication issue with the latest Azure SDK.

## [0.4.0] - 2017-07-13

### Added:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -83,7 +83,7 @@ USAGE:
lego [global options] command [command options] [arguments...]
VERSION:
0.4.0
0.4.1
COMMANDS:
run Register an account, then create and install a certificate
Expand Down
2 changes: 1 addition & 1 deletion cli.go
Expand Up @@ -32,7 +32,7 @@ func main() {
app.Name = "lego"
app.Usage = "Let's Encrypt client written in Go"

version := "0.4.0"
version := "0.4.1"
if strings.HasPrefix(gittag, "v") {
version = gittag
}
Expand Down

0 comments on commit 67c86d8

Please sign in to comment.