Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit c6ad822

Browse files
author
Dan Richelson
committed
Update version to 3.1.0. Update changelog
1 parent 93c01d3 commit c6ad822

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
All notable changes to the LaunchDarkly .NET SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.1.0] - 2016-12-07
6+
### Added
7+
- Configurable http request timeout
8+
9+
### Changed
10+
- Made http requests more resilient and logging more informative.
11+
512
## [3.0.0] - 2016-10-27
613
### Changed
714
- Addresses Unnecesary Lock contention when polling: https://github.com/launchdarkly/.net-client/issues/18

src/LaunchDarkly.Client/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
}
2929
}
3030
},
31-
"version": "3.1.0-beta11"
31+
"version": "3.1.0"
3232
}

0 commit comments

Comments
 (0)