diff --git a/apis/Google.Cloud.ServiceDirectory.V1/Google.Cloud.ServiceDirectory.V1/Google.Cloud.ServiceDirectory.V1.csproj b/apis/Google.Cloud.ServiceDirectory.V1/Google.Cloud.ServiceDirectory.V1/Google.Cloud.ServiceDirectory.V1.csproj index 46862469a309..bb975d6c348c 100644 --- a/apis/Google.Cloud.ServiceDirectory.V1/Google.Cloud.ServiceDirectory.V1/Google.Cloud.ServiceDirectory.V1.csproj +++ b/apis/Google.Cloud.ServiceDirectory.V1/Google.Cloud.ServiceDirectory.V1/Google.Cloud.ServiceDirectory.V1.csproj @@ -1,7 +1,7 @@  - 2.1.0 + 2.2.0 netstandard2.1;net462 true Recommended Google client library to access the Service Directory API version v1, which provides a platform for discovering, publishing, and connecting services. diff --git a/apis/Google.Cloud.ServiceDirectory.V1/docs/history.md b/apis/Google.Cloud.ServiceDirectory.V1/docs/history.md index 506f25c2427c..2def1632ff7c 100644 --- a/apis/Google.Cloud.ServiceDirectory.V1/docs/history.md +++ b/apis/Google.Cloud.ServiceDirectory.V1/docs/history.md @@ -1,5 +1,19 @@ # Version history +## Version 2.2.0, released 2023-08-04 + +### New features + +- Added network and uid fields in Endpoint message ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501)) +- Added uid field to Namespace message ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501)) +- Added uid field to Service message ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501)) +- Enable Location methods ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501)) + +### Documentation improvements + +- Updated docs for ResolveServiceRequest message ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501)) +- Updated docs for ListServicesRequest and ListEndpointsRequest message ([commit 2ac10dd](https://github.com/googleapis/google-cloud-dotnet/commit/2ac10dd0784cc229899d7b135c5f10ccd249c501)) + ## Version 2.1.0, released 2023-01-19 ### New features diff --git a/apis/apis.json b/apis/apis.json index a4ace2470bd6..bc3ef2f239f0 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -4015,7 +4015,7 @@ }, { "id": "Google.Cloud.ServiceDirectory.V1", - "version": "2.1.0", + "version": "2.2.0", "type": "grpc", "productName": "Service Directory", "productUrl": "https://cloud.google.com/service-directory/",