Skip to content

Commit ceacd58

Browse files
authored
Merge pull request #19 from launchdarkly/at/bump-to-2.2.0
Bump to 2.2.0
2 parents 64a627b + 95fb555 commit ceacd58

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [2.2.0] - 2018-01-19
6+
### Added
7+
- Exposed `EventSourceServiceCancelledException` as a public class.
8+
9+
### Changed
10+
- Removed unused and transitive dependencies.
11+
- Added a reference to the Apache 2.0 license in `LaunchDarkly.EventSource.csproj`
12+
- Improved logging. Thanks @JeffAshton!
13+
514
## [2.1.1] - 2017-11-29
615
### Changed
716
- Move from .NET Standard 1.6 to 1.4.

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>2.1.1</VersionPrefix>
4+
<VersionPrefix>2.2.0</VersionPrefix>
55
<TargetFrameworks>netstandard1.4;net45</TargetFrameworks>
66
<PackageLicenseUrl>https://raw.github.com/LaunchDarkly/dotnet-eventsource/master/LICENSE</PackageLicenseUrl>
77
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>

0 commit comments

Comments
 (0)