Skip to content

Commit 5fb92f4

Browse files
Releasing version 4.1.1
1 parent 6eefc48 commit 5fb92f4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the LaunchDarkly's EventSource implementation for C# will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [4.1.1] - 2021-05-04
6+
(The 4.1.0 release was an accidental duplicate of 4.0.0 and did not include these changes.)
7+
8+
### Added:
9+
- `ConfigurationBuilder.ResponseStartTimeout`-- added as a more accurately named replacement for `ConnectionTimeout`.
10+
11+
### Deprecated:
12+
- `ConfigurationBuilder.ConnectionTimeout`
13+
14+
515
## [4.1.0] - 2021-05-04
616
### Added:
717
- `ConfigurationBuilder.ResponseStartTimeout`-- added as a more accurately named replacement for `ConnectionTimeout`.

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>4.1.0</Version>
3+
<Version>4.1.1</Version>
44
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
55
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
66
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>

0 commit comments

Comments
 (0)