diff --git a/CHANGELOG.md b/CHANGELOG.md index b2771b0..e3965c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -- change the file extension of the sample config to .yml - -## [0.0.5] - 2020-01-22 +## [0.0.6] - 2020-01-22 ### Changed - rule -> signature throughout the code @@ -61,7 +59,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - initial release for the new project -[Unreleased]: https://github.com/mattyjones/wraith/compare/0.0.4...HEAD +[Unreleased]: https://github.com/mattyjones/wraith/compare/0.0.6...HEAD +[0.0.4]: https://github.com/mattyjones/wraith/releases/tag/0.0.6 +[0.0.4]: https://github.com/mattyjones/wraith/releases/tag/0.0.5 [0.0.4]: https://github.com/mattyjones/wraith/releases/tag/0.0.4 [0.0.3]: https://github.com/mattyjones/wraith/releases/tag/0.0.3 [0.0.2]: https://github.com/mattyjones/gitrob/releases/tag/0.0.2 diff --git a/version/version.go b/version/version.go index 472330e..603cb96 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ const AppVersionMajor = "0" const AppVersionMinor = "0" // AppVersionPatch is the patch version -const AppVersionPatch = "5" +const AppVersionPatch = "6" // AppVersionPre ... const AppVersionPre = ""