Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-nitehawk committed Aug 15, 2023
1 parent 3f185d4 commit aced47f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion MongoDB.Entities/MongoDB.Entities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>

<Version>22.0.0</Version>
<Version>22.1.0</Version>

<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>MongoDB.Entities</RootNamespace>
Expand Down
13 changes: 2 additions & 11 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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<T>` 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
- support for dictionary based index keys #206
- upgrade mongodb driver to v2.21.0

0 comments on commit aced47f

Please sign in to comment.