Skip to content

Commit 5901d91

Browse files
authored
release: Bumped to 4.1.0 (#160)
1 parent 29552af commit 5901d91

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.1.0
2+
- Added a possibility to provide custom headers for the FaunaClient constructor
3+
- Added naming strategy for value encoder/decoder
4+
- Notifies about new package version
5+
16
## 4.0.0
27
- Streaming support
38
- 3rd party auth support

FaunaDB.Client/FaunaDB.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>net45;netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks>
5-
<Version>4.0.0</Version>
5+
<Version>4.1.0</Version>
66
<PackageId>FaunaDB.Client</PackageId>
77
<Title>C# Driver for FaunaDB</Title>
88
<Authors>Fauna, Inc.</Authors>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dotnet test FaunaDB.Client.Test --filter FullyQualifiedName~Test.EnvironmentHead
6969
First install the Nuget package by adding the package reference to your MSBuild project:
7070

7171
```xml
72-
<PackageReference Include="FaunaDB.Client" Version="4.0.0" />
72+
<PackageReference Include="FaunaDB.Client" Version="4.1.0" />
7373
```
7474

7575
or by using your IDE and searching for `FaunaDB.Client`.

0 commit comments

Comments
 (0)