diff --git a/apis/Google.Maps.Routing.V2/Google.Maps.Routing.V2/Google.Maps.Routing.V2.csproj b/apis/Google.Maps.Routing.V2/Google.Maps.Routing.V2/Google.Maps.Routing.V2.csproj index d6fb391caa29..3715484d5974 100644 --- a/apis/Google.Maps.Routing.V2/Google.Maps.Routing.V2/Google.Maps.Routing.V2.csproj +++ b/apis/Google.Maps.Routing.V2/Google.Maps.Routing.V2/Google.Maps.Routing.V2.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta12 + 1.0.0-beta13 netstandard2.0;net462 true Recommended Google client library to access the Google Maps Routes Preferred API. diff --git a/apis/Google.Maps.Routing.V2/docs/history.md b/apis/Google.Maps.Routing.V2/docs/history.md index 11d9c987d62e..b556a86fde9e 100644 --- a/apis/Google.Maps.Routing.V2/docs/history.md +++ b/apis/Google.Maps.Routing.V2/docs/history.md @@ -1,5 +1,16 @@ # Version history +## Version 1.0.0-beta13, released 2024-04-19 + +### New features + +- Adds support for new toll passes ([commit 7a7acef](https://github.com/googleapis/google-cloud-dotnet/commit/7a7acef8882ee0c598289e68288fd32348ddc8bd)) +- Adds support for specifying units in the ComputeRouteMatrix request ([commit 7a7acef](https://github.com/googleapis/google-cloud-dotnet/commit/7a7acef8882ee0c598289e68288fd32348ddc8bd)) + +### Documentation improvements + +- Various formatting and grammar fixes for proto documentation ([commit 7a7acef](https://github.com/googleapis/google-cloud-dotnet/commit/7a7acef8882ee0c598289e68288fd32348ddc8bd)) + ## Version 1.0.0-beta12, released 2024-03-27 ### New features diff --git a/apis/apis.json b/apis/apis.json index 3901991fc11a..46951fdc8a0b 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -5646,7 +5646,7 @@ }, { "id": "Google.Maps.Routing.V2", - "version": "1.0.0-beta12", + "version": "1.0.0-beta13", "type": "grpc", "productName": "Maps Routing", "productUrl": "https://developers.google.com/maps/documentation/routes_preferred",