Skip to content

Commit 736b346

Browse files
committed
Merge tag 'v7.1.0' into dev
2 parents 5decc9e + 58fc6bc commit 736b346

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
7.1.0
2+
* Fixed: Guid to BsonValue mapping error (#91)
3+
* Fixed: RollingInterval collection naming with proper formatting (#95)
4+
* Fixed: Renamed SetRollingInternal to SetRollingInterval (#97)
5+
6+
7.0.0
7+
* Upgraded to MongoDB.Driver 3.0 fixing incompatibilities
8+
* Dropped .NET Standard 2.0 support
9+
110
2.0.0
211
* Moved the MongoDB sink from its [original location](https://github.com/serilog/serilog)

src/Serilog.Sinks.MongoDB/Serilog.Sinks.MongoDB.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<PackageVersion>7.0.0</PackageVersion>
12+
<PackageVersion>7.1.0</PackageVersion>
1313
<Authors>Kiran Makkapati, Jaben Cargman, Serilog Contributors</Authors>
1414
<Copyright>Copyright © Serilog Contributors 2014-2022</Copyright>
1515
<Description>The MongoDB sink for Serilog</Description>
@@ -20,7 +20,7 @@
2020
<PackageTags>serilog, mongodb</PackageTags>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<PackageReleaseNotes>
23-
v7.0 - Upgraded to MongoDB.Driver to version 3.0 fixing incompatibilities.
23+
v7.1 - Bug fixes: Guid to BsonValue mapping (#91), RollingInterval collection naming (#95), SetRollingInterval method name correction (#97).
2424
</PackageReleaseNotes>
2525
</PropertyGroup>
2626

0 commit comments

Comments
 (0)