Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.1.0
Browse files Browse the repository at this point in the history
## [v0.1.0](3cda9a4...v0.1.0) (2019-06-21)

* introduce go modules to lock dependencies [#3](#3) ([Songmu](https://github.com/Songmu))
* Migrate to officia go-aws-sdk from mitchelh/goamz [#2](#2) ([Songmu](https://github.com/Songmu))
* Update go-acme/lego to latest [#1](#1) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Jun 21, 2019
1 parent 75cc26e commit 123f8e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,7 @@
# Changelog

## [v0.1.0](https://github.com/natureglobal/go-letsencrypt-s3provider/compare/3cda9a4124e5...v0.1.0) (2019-06-21)

* introduce go modules to lock dependencies [#3](https://github.com/natureglobal/go-letsencrypt-s3provider/pull/3) ([Songmu](https://github.com/Songmu))
* Migrate to officia go-aws-sdk from mitchelh/goamz [#2](https://github.com/natureglobal/go-letsencrypt-s3provider/pull/2) ([Songmu](https://github.com/Songmu))
* Update go-acme/lego to latest [#1](https://github.com/natureglobal/go-letsencrypt-s3provider/pull/1) ([Songmu](https://github.com/Songmu))
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.0.0"
const version = "0.1.0"

var revision = "HEAD"

0 comments on commit 123f8e3

Please sign in to comment.