From aced47f36f152c6a0e13fe827f1a2bce310826dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C4=B5=20=CE=9D=CE=B9=CE=93=CE=9E=CE=97=CE=9B=CF=88=CE=9A?= Date: Tue, 15 Aug 2023 12:16:56 +0530 Subject: [PATCH] bump version --- MongoDB.Entities/MongoDB.Entities.csproj | 2 +- changelog.md | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/MongoDB.Entities/MongoDB.Entities.csproj b/MongoDB.Entities/MongoDB.Entities.csproj index bf4a508c2..c7e4d7f6a 100644 --- a/MongoDB.Entities/MongoDB.Entities.csproj +++ b/MongoDB.Entities/MongoDB.Entities.csproj @@ -2,7 +2,7 @@ - 22.0.0 + 22.1.0 netstandard2.1 MongoDB.Entities diff --git a/changelog.md b/changelog.md index 8ad94b958..46363ecc3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,12 +1,3 @@ -### BREAKING CHANGES -- upgrade TFM to `netstandard2.1` (.NET Framework is no longer supported) -- enable nullable reference type support #194 -- remove implicit opertators from `Date`,`FuzzyString` & `One` types due to incompatibility with LINQ3 - -### FIXES -- fix string concatenation issue with LINQ3 and `FuzzyString` and `Date` serializers - ### IMPROVEMENTS -- make watcher compatible with linq v3 engine -- add parameterless ctor to `Coordinates2D` class #201 -- upgrade mongodb driver to v2.19.2 \ No newline at end of file +- support for dictionary based index keys #206 +- upgrade mongodb driver to v2.21.0 \ No newline at end of file