diff --git a/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1.csproj b/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1.csproj index 5aaf2d18f6f1..423e672a380f 100644 --- a/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1.csproj +++ b/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1.csproj @@ -1,7 +1,7 @@  - 4.0.0 + 4.1.0 netstandard2.1;net462 true Recommended Google client library to access the Google Cloud Datastore API, which accesses the schemaless NoSQL database to provide fully managed, robust, scalable storage for your application. diff --git a/apis/Google.Cloud.Datastore.V1/docs/history.md b/apis/Google.Cloud.Datastore.V1/docs/history.md index 03645c4dd97e..3d1839bcb46a 100644 --- a/apis/Google.Cloud.Datastore.V1/docs/history.md +++ b/apis/Google.Cloud.Datastore.V1/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 4.1.0, released 2022-06-22 + +### New features + +- Add `IN` and `NOT_IN` operators ([commit 409b4f5](https://github.com/googleapis/google-cloud-dotnet/commit/409b4f5a273550d7aaf03af95aab0803327aa405)) + ## Version 4.0.0, released 2022-06-08 This is the first version of this package to depend on GAX v4. diff --git a/apis/apis.json b/apis/apis.json index 2e0d7d183a2c..139172315f8c 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -1004,7 +1004,7 @@ "protoPath": "google/datastore/v1", "productName": "Google Cloud Datastore", "productUrl": "https://cloud.google.com/datastore/docs/concepts/overview", - "version": "4.0.0", + "version": "4.1.0", "type": "grpc", "metadataType": "GAPIC_COMBO", "description": "Recommended Google client library to access the Google Cloud Datastore API, which accesses the schemaless NoSQL database to provide fully managed, robust, scalable storage for your application.",