diff --git a/.autover/changes/8d0bb700-2d4c-4a54-b01e-ffd69395776c.json b/.autover/changes/8d0bb700-2d4c-4a54-b01e-ffd69395776c.json deleted file mode 100644 index 209c835..0000000 --- a/.autover/changes/8d0bb700-2d4c-4a54-b01e-ffd69395776c.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "AWS.AspNetCore.DistributedCacheProvider", - "Type": "Major", - "ChangelogMessages": [ - "This marks the first stable release of AWS .NET Distributed Cache Provider which is now generally available." - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 727c257..e6f2a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2025-07-01 + +### AWS.AspNetCore.DistributedCacheProvider (1.0.0) +* This marks the first stable release of AWS .NET Distributed Cache Provider which is now generally available. + ## Release 2025-04-28 ### AWS.AspNetCore.DistributedCacheProvider (0.21.0-preview) diff --git a/src/AWS.DistributedCacheProvider/AWS.DistributedCacheProvider.csproj b/src/AWS.DistributedCacheProvider/AWS.DistributedCacheProvider.csproj index f6a14f4..0054018 100644 --- a/src/AWS.DistributedCacheProvider/AWS.DistributedCacheProvider.csproj +++ b/src/AWS.DistributedCacheProvider/AWS.DistributedCacheProvider.csproj @@ -5,7 +5,7 @@ AWS.DistributedCacheProvider enable enable - 0.21.0-preview + 1.0.0 AWS.AspNetCore.DistributedCacheProvider AWS Provider for ASP.NET Core's IDistributedCache The AWS Distributed Cache provider provides an IDistributedCache implementation backed by DynamoDB.