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

Commit 3ad6207

Browse files
author
Dan Richelson
committed
Update changelog. Update version to 2.2.0
1 parent 18b86cf commit 3ad6207

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

44
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
5+
## [2.2.0] - 2017-04-11
6+
### Added
7+
- Authentication for proxied http requests is now supported (Basic Auth only)
8+
9+
### Changed
10+
- Improved Redis connection pool management.
11+
512
## [2.1.0] - 2017-03-02
613
### Added
714
- LdClientInterface (and its implementation) have a new method: `boolean isFlagKnown(String featureKey)` which checks for a

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
allprojects {
2121
group = 'com.launchdarkly'
22-
version = "2.2.0-SNAPSHOT"
22+
version = "2.2.0"
2323
sourceCompatibility = 1.7
2424
targetCompatibility = 1.7
2525
}

0 commit comments

Comments
 (0)