diff --git a/CHANGELOG.md b/CHANGELOG.md index b07b4f9..fb06ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 0.1.1 (2015-07-11) + +Fix bugs + +### Added + +- Nothing + +### Deprecated + +- Nothing + +### Removed + +- Replace rule on `How to apply` section ([#2](https://github.com/tcnksm/license/pull/2)) + +### Fixed + +- Nothing + ## 0.1.0 (2015-07-10) Initial release diff --git a/version.go b/version.go index 69db22f..d2fdd46 100644 --- a/version.go +++ b/version.go @@ -7,7 +7,7 @@ import ( ) const Name string = "license" -const Version string = "0.1.0" +const Version string = "0.1.1" // verCheckCh is channel which gets go-latest.Response var verCheckCh = make(chan *latest.CheckResponse)