diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6dd7154bf..25a3824c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+19.0.1
+======
+- Added support for .NET 8.0 in the Google.Ads.GoogleAds project: it was left out in the previous
+ release.
+
19.0.0
======
- Removed support for .NET 5.0.
diff --git a/Google.Ads.GoogleAds/examples/Authentication/AuthenticateInAspNetCoreApplication/AuthenticateInAspNetCoreApplication.csproj b/Google.Ads.GoogleAds/examples/Authentication/AuthenticateInAspNetCoreApplication/AuthenticateInAspNetCoreApplication.csproj
index 3fc3ecef6..b44d5c04b 100644
--- a/Google.Ads.GoogleAds/examples/Authentication/AuthenticateInAspNetCoreApplication/AuthenticateInAspNetCoreApplication.csproj
+++ b/Google.Ads.GoogleAds/examples/Authentication/AuthenticateInAspNetCoreApplication/AuthenticateInAspNetCoreApplication.csproj
@@ -16,7 +16,7 @@
+ Include="Google.Ads.GoogleAds" Version="19.0.1" />
diff --git a/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj b/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj
index 1ebf24c45..7aad900d3 100644
--- a/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj
+++ b/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj
@@ -34,7 +34,7 @@
-
+
diff --git a/Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj b/Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj
index 304f70713..7a3940453 100644
--- a/Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj
+++ b/Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj
@@ -3,7 +3,7 @@
Google Ads API Dotnet Client Library
Google.Ads.GoogleAds
- 19.0.0
+ 19.0.1
This library provides you with functionality to access the Google Ads API. The Google Ads API is the modern programmatic interface to Google Ads and the next generation of the AdWords API. See https://developers.google.com/google-ads/api to learn more about Google Ads API.
https://github.com/googleads/google-ads-dotnet/blob/master/ChangeLog
GoogleAds Google
@@ -20,7 +20,7 @@
- netstandard2.1;net472;net6.0
+ netstandard2.1;net472;net6.0;net8.0
Google.Ads.GoogleAds
Google.Ads.GoogleAds
true
@@ -30,8 +30,8 @@
true
true
true
- 19.0.0
- 19.0.0
+ 19.0.1
+ 19.0.1
latest