Skip to content

Commit 8823218

Browse files
committed
add changelog
1 parent b179163 commit 8823218

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<a name="unreleased"></a>
2+
## [Unreleased]
3+
4+
<a name="v1.1.0"></a>
5+
## [v1.1.0] - 2018-11-10
6+
- Add hash and signature validation
7+
- Update dependencies with `go get -u` and `go mod tidy`
8+
9+
### Pull Requests
10+
- Merge pull request [#16](https://github.com/rhysd/go-github-selfupdate/issues/16) from tobiaskohlbau/addHashSignature
11+
- Merge pull request [#15](https://github.com/rhysd/go-github-selfupdate/issues/15) from tobiaskohlbau/patch-1
12+
13+
14+
<a name="v1.0.0"></a>
15+
## [v1.0.0] - 2018-09-23
16+
17+
First release :tada:
18+
19+
[Unreleased]: https://github.com/rhysd/go-github-selfupdate/compare/v1.1.0...HEAD
20+
[v1.1.0]: https://github.com/rhysd/go-github-selfupdate/compare/v1.0.0...v1.1.0
21+
[v1.0.0]: https://github.com/rhysd/go-github-selfupdate/compare/example-1.2.4...v1.0.0

0 commit comments

Comments
 (0)