diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffcf3d..147469f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.0] / 2022-01-19 +- Update to public Repo + ## [0.0.16] / 2022-01-11 - Fix IHazGitRepository - `GetGitRepositoryOwner` @@ -106,6 +109,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - First Release [vNext]: https://github.com/ricaun-io/ricaun.Nuke/compare/1.0.0...HEAD +[1.0.0]: https://github.com/ricaun-io/ricaun.Nuke/compare/0.0.16...1.0.0 [0.0.16]: https://github.com/ricaun-io/ricaun.Nuke/compare/0.0.15...0.0.16 [0.0.15]: https://github.com/ricaun-io/ricaun.Nuke/compare/0.0.14...0.0.15 [0.0.14]: https://github.com/ricaun-io/ricaun.Nuke/compare/0.0.13...0.0.14 diff --git a/ricaun.Nuke/ricaun.Nuke.csproj b/ricaun.Nuke/ricaun.Nuke.csproj index 5a623bc..313ce20 100644 --- a/ricaun.Nuke/ricaun.Nuke.csproj +++ b/ricaun.Nuke/ricaun.Nuke.csproj @@ -7,7 +7,7 @@ ricaun.Nuke - 0.0.16 + 1.0.0 @@ -15,7 +15,6 @@ .Dev - $(Version).$([System.DateTime]::Now.ToString('ffff'))