From 8823218ebff3619b0a114fd5434d6c810ffa90e1 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 10 Nov 2018 13:08:05 +0900 Subject: [PATCH] add changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..53e279a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ + +## [Unreleased] + + +## [v1.1.0] - 2018-11-10 +- Add hash and signature validation +- Update dependencies with `go get -u` and `go mod tidy` + +### Pull Requests +- Merge pull request [#16](https://github.com/rhysd/go-github-selfupdate/issues/16) from tobiaskohlbau/addHashSignature +- Merge pull request [#15](https://github.com/rhysd/go-github-selfupdate/issues/15) from tobiaskohlbau/patch-1 + + + +## [v1.0.0] - 2018-09-23 + +First release :tada: + +[Unreleased]: https://github.com/rhysd/go-github-selfupdate/compare/v1.1.0...HEAD +[v1.1.0]: https://github.com/rhysd/go-github-selfupdate/compare/v1.0.0...v1.1.0 +[v1.0.0]: https://github.com/rhysd/go-github-selfupdate/compare/example-1.2.4...v1.0.0