diff --git a/CHANGELOG.md b/CHANGELOG.md index f883ccf..62956ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.2] - 2026-06-08 + ### Added - The SnipCommand importer is now published to NuGet as a .NET global tool. Install it with `dotnet tool install --global NextIteration.Snipdeck.Importer`; the command stays diff --git a/version.json b/version.json index e471bf6..3a3c8e5 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.1", + "version": "1.0.2", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+\\.\\d+" ]