diff --git a/CHANGELOG.md b/CHANGELOG.md index 817e788..9516824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.12.2](https://github.com/tcnksm/ghr/compare/v0.12.1...v0.12.2) (2019-07-08) + +* exclude hidden file [#113](https://github.com/tcnksm/ghr/pull/113) ([karupanerura](https://github.com/karupanerura)) + ## [v0.12.1](https://github.com/tcnksm/ghr/compare/v0.12.0...v0.12.1) (2019-04-30) * introduce go modules [#112](https://github.com/tcnksm/ghr/pull/112) ([Songmu](https://github.com/Songmu)) diff --git a/version.go b/version.go index 2327100..3fc2c70 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ import ( const Name = "ghr" // Version is application version -const Version string = "0.12.1" +const Version string = "0.12.2" // GitCommit describes latest commit hash. // This is automatically extracted by git describe --always.