diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e20b2c..a97758d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] — 2026-08-21 + +First stable release. Headline: whole-store **export/import** to move credentials +between machines. **Breaking:** `ICredentialManager` gains `ExportCredentialsAsync` and +`RestoreCredentialAsync` plus the `CredentialExport` record — any external implementation +must add both members. + ### Added - **`accounts export` and `accounts import` — move your whole credential set between @@ -388,6 +395,9 @@ Consumers needed a way to read a specific stored credential's secret at runtime - SourceLink, deterministic builds, embedded symbols, published symbol packages. - `TreatWarningsAsErrors=true`, `AnalysisLevel=latest` — zero-warning public API. +[Unreleased]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/releases/tag/v1.0.0 +[0.7.1]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/releases/tag/v0.7.1 [0.7.0]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/releases/tag/v0.7.0 [0.6.3]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/releases/tag/v0.6.3 [0.6.2]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/releases/tag/v0.6.2 diff --git a/src/NextIteration.SpectreConsole.Auth/NextIteration.SpectreConsole.Auth.csproj b/src/NextIteration.SpectreConsole.Auth/NextIteration.SpectreConsole.Auth.csproj index a398f33..c42930a 100644 --- a/src/NextIteration.SpectreConsole.Auth/NextIteration.SpectreConsole.Auth.csproj +++ b/src/NextIteration.SpectreConsole.Auth/NextIteration.SpectreConsole.Auth.csproj @@ -12,7 +12,7 @@ NextIteration.SpectreConsole.Auth - 0.7.1 + 1.0.0 Credential storage, encryption, and Spectre.Console CLI commands for managing provider credentials in CLI tools. true $(MSBuildThisFileDirectory)..\..\artifacts\packages