diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ea4f9..5b3e63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased changes -Initial release. - ### New features ### Changes to existing features @@ -16,3 +14,7 @@ Initial release. ### Bugs fixed in this release ### Known problems introduced by this release + +## [1.0.16](https://github.com/Tenacom/PolyKit/releases/tag/1.0.16) (2022-11-01) + +Initial release. diff --git a/version.json b/version.json index 11b4b91..35187b7 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0-preview", + "version": "1.0", "assemblyVersion": { "precision": "major" }, @@ -15,4 +15,4 @@ "firstUnstableTag": "preview" }, "pathFilters": [] -} +} \ No newline at end of file