diff --git a/Okta.AspNet.Abstractions/CHANGELOG.md b/Okta.AspNet.Abstractions/CHANGELOG.md
index ea0795f..72c8e0d 100644
--- a/Okta.AspNet.Abstractions/CHANGELOG.md
+++ b/Okta.AspNet.Abstractions/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
Running changelog of releases since `3.0.5`
+## v5.1.1
+
+- Replace RuntimeInformation dependency with Environment.Version for .Net8+ (#275)
+
+## v5.1.0
+
+- Dependency Upgrades: Upgraded vulnerable dependency, System.IdentityModel.Tokens.Jwt to version 6.35
+- Security Enhancements: Added oidcOptions.UseSecurityTokenValidator = true for .NET 8.
+- Framework Compatibility: Added .NET 8 as a valid frameworkTarget for Okta.AspNet.Abstractions.
+- Bug Fixes: Fixed Blazor .NET 8 Error (#260), Okta.AspNetCore (#259), (#261).
+
## v5.0.0
- Update target framework to v4.6.2
diff --git a/Okta.AspNet.Abstractions/Okta.AspNet.Abstractions.csproj b/Okta.AspNet.Abstractions/Okta.AspNet.Abstractions.csproj
index 7b2ef09..7b145cf 100644
--- a/Okta.AspNet.Abstractions/Okta.AspNet.Abstractions.csproj
+++ b/Okta.AspNet.Abstractions/Okta.AspNet.Abstractions.csproj
@@ -2,7 +2,7 @@
net462;netstandard2.0;net8.0
- 5.1.0
+ 5.1.1
diff --git a/Okta.AspNet/CHANGELOG.md b/Okta.AspNet/CHANGELOG.md
index e3b51c6..d19cb6e 100644
--- a/Okta.AspNet/CHANGELOG.md
+++ b/Okta.AspNet/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
Running changelog of releases since `1.6.0`
+## v3.2.5
+
+- Replace RuntimeInformation dependency with Environment.Version for .Net8+ (#275) for Okta.AspNet.Abstractions.
+
+## v3.2.4
+
+- Dependency Upgrades: Upgraded vulnerable dependency, System.IdentityModel.Tokens.Jwt to version 6.35
+- Security Enhancements: Added oidcOptions.UseSecurityTokenValidator = true for .NET 8.
+- Framework Compatibility: Added .NET 8 as a valid frameworkTarget for Okta.AspNet.Abstractions.
+- Bug Fixes: Fixed Blazor .NET 8 Error (#260), Okta.AspNetCore (#259), (#261).
+
## 3.2.3
### Bug Fixes
diff --git a/Okta.AspNet/Okta.AspNet.csproj b/Okta.AspNet/Okta.AspNet.csproj
index 458aeaa..8733f51 100644
--- a/Okta.AspNet/Okta.AspNet.csproj
+++ b/Okta.AspNet/Okta.AspNet.csproj
@@ -3,7 +3,7 @@
Official Okta middleware for ASP.NET 4.6.2+. Easily add authentication and authorization to ASP.NET applications.
(c) 2019 Okta, Inc.
- 3.2.4
+ 3.2.5
Okta, Inc.
net462
Okta.AspNet
diff --git a/Okta.AspNetCore/CHANGELOG.md b/Okta.AspNetCore/CHANGELOG.md
index af75908..eb2cf27 100644
--- a/Okta.AspNetCore/CHANGELOG.md
+++ b/Okta.AspNetCore/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
Running changelog of releases since `3.2.0`
+## v4.6.2
+
+- Replace RuntimeInformation dependency with Environment.Version for .Net8+ (#275) for Okta.AspNet.Abstractions.
+
+## v4.6.1
+
+- Dependency Upgrades: Upgraded vulnerable dependency, System.IdentityModel.Tokens.Jwt to version 6.35
+- Security Enhancements: Added oidcOptions.UseSecurityTokenValidator = true for .NET 8.
+- Framework Compatibility: Added .NET 8 as a valid frameworkTarget for Okta.AspNet.Abstractions.
+- Bug Fixes: Fixed Blazor .NET 8 Error (#260), Okta.AspNetCore (#259), (#261).
+
## v4.6.0
### Features
diff --git a/Okta.AspNetCore/Okta.AspNetCore.csproj b/Okta.AspNetCore/Okta.AspNetCore.csproj
index 6f33307..1bb0da6 100644
--- a/Okta.AspNetCore/Okta.AspNetCore.csproj
+++ b/Okta.AspNetCore/Okta.AspNetCore.csproj
@@ -7,8 +7,8 @@
Official Okta middleware for ASP.NET Core 3.1+. Easily add authentication and authorization to ASP.NET Core applications.
(c) 2020 - present Okta, Inc. All rights reserved.
- 4.6.1
- 4.6.1
+ 4.6.2
+ 4.6.2
Okta, Inc.
Okta.AspNetCore
Okta.AspNetCore