diff --git a/CHANGELOG.md b/CHANGELOG.md index ae968a17..0a1a2a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +21.1.1 +====== +- Added support for configuring service account credentials from a JSON stream. +- Upgraded the System.Text.Json dependency in the `AuthenticateInAspNetWebApplication` subproject to + address a security finding. + 21.1.0 ====== - Added support for version 18.0 of the Google Ads API. diff --git a/Google.Ads.Gax/src/Google.Ads.Gax.csproj b/Google.Ads.Gax/src/Google.Ads.Gax.csproj index 5e3b8c10..5ae9a0fa 100644 --- a/Google.Ads.Gax/src/Google.Ads.Gax.csproj +++ b/Google.Ads.Gax/src/Google.Ads.Gax.csproj @@ -3,7 +3,7 @@ Google Ads GAPIC Extensions Dotnet Client Library Google.Ads.Gax - 4.0.1 + 4.0.2 This library provides functionality that makes it easier to work with Generated API Client GAPIC client libraries for Google's Ads APIs. https://github.com/googleads/google-ads-dotnet/blob/main/ChangeLog @@ -31,8 +31,8 @@ true true true - 4.0.1 - 4.0.1 + 4.0.2 + 4.0.2 latest diff --git a/Google.Ads.GoogleAds.Core/src/Google.Ads.GoogleAds.Core.csproj b/Google.Ads.GoogleAds.Core/src/Google.Ads.GoogleAds.Core.csproj index 293e9785..aeb00035 100644 --- a/Google.Ads.GoogleAds.Core/src/Google.Ads.GoogleAds.Core.csproj +++ b/Google.Ads.GoogleAds.Core/src/Google.Ads.GoogleAds.Core.csproj @@ -3,7 +3,7 @@ Google Ads API Core Dotnet Client Library Google.Ads.GoogleAds.Core - 4.0.2 + 4.0.3 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 @@ -30,8 +30,8 @@ true true true - 4.0.2 - 4.0.2 + 4.0.3 + 4.0.3 latest @@ -40,7 +40,7 @@ - + diff --git a/Google.Ads.GoogleAds.Extensions/src/Google.Ads.GoogleAds.Extensions.csproj b/Google.Ads.GoogleAds.Extensions/src/Google.Ads.GoogleAds.Extensions.csproj index 26ef528b..de76ec08 100644 --- a/Google.Ads.GoogleAds.Extensions/src/Google.Ads.GoogleAds.Extensions.csproj +++ b/Google.Ads.GoogleAds.Extensions/src/Google.Ads.GoogleAds.Extensions.csproj @@ -3,7 +3,7 @@ Google Ads API Dotnet Client Library Extensions Google.Ads.GoogleAds.Extensions - 2.0.1 + 2.0.2 This library provides you with extensions for the Google Ads API client library. The Google Ads API is the modern programmatic interface to Google Ads. 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 @@ -31,8 +31,8 @@ true true true - 2.0.1 - 2.0.1 + 2.0.2 + 2.0.2 latest @@ -45,9 +45,9 @@ - + - + diff --git a/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj b/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj index 7aad900d..5d17a8a4 100644 --- a/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj +++ b/Google.Ads.GoogleAds/examples/Google.Ads.GoogleAds.Examples.csproj @@ -34,9 +34,9 @@ - + - + diff --git a/Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj b/Google.Ads.GoogleAds/src/Google.Ads.GoogleAds.csproj index 1298d282..58a5c9cc 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 - 21.1.0 + 21.1.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 @@ -30,8 +30,8 @@ true true true - 21.1.0 - 21.1.0 + 21.1.1 + 21.1.1 latest @@ -40,7 +40,7 @@ - +