diff --git a/.version b/.version
index afaf360..7f20734 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-1.0.0
\ No newline at end of file
+1.0.1
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 852930f..e7b76a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [1.0.1](https://github.com/auth0/aspnetcore-api/tree/1.0.1) (2026-07-23)
+[Full Changelog](https://github.com/auth0/aspnetcore-api/compare/1.0.0...1.0.1)
+
+**Security**
+ - Bumps `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.27 to 8.0.29 [\#87](https://github.com/auth0/aspnetcore-api/pull/87) ([kailash-b](https://github.com/kailash-b))
+
## [1.0.0](https://github.com/auth0/aspnetcore-api/tree/1.0.0) (2026-06-29)
First **general availability (GA)** release of `Auth0.AspNetCore.Authentication.Api` — a production-ready library for securing ASP.NET Core APIs with Auth0-issued tokens. It provides everything the standard `Microsoft.AspNetCore.Authentication.JwtBearer` package offers, with first-class Auth0 configuration, built-in DPoP, and Multiple Custom Domains support, in a single dependency.
diff --git a/build/common.props b/build/common.props
index 699907f..c06ac2a 100644
--- a/build/common.props
+++ b/build/common.props
@@ -20,8 +20,8 @@
latest
- 1.0.0
- 1.0.0
+ 1.0.1
+ 1.0.1
$(AssemblyVersionNumber)
diff --git a/src/Auth0.AspNetCore.Authentication.Api/Version.cs b/src/Auth0.AspNetCore.Authentication.Api/Version.cs
index 736d86f..746af92 100644
--- a/src/Auth0.AspNetCore.Authentication.Api/Version.cs
+++ b/src/Auth0.AspNetCore.Authentication.Api/Version.cs
@@ -2,5 +2,5 @@ namespace Auth0.AspNetCore.Authentication.Api;
internal static class Version
{
- public const string Current = "1.0.0";
+ public const string Current = "1.0.1";
}