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

Commit 4183261

Browse files
committed
prepare for 2.2.1 release
1 parent cda5310 commit 4183261

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
6+
## [2.2.1] - 2017-04-25
7+
### Fixed
8+
- [#92](https://github.com/launchdarkly/java-client/issues/92) Regex `matches` targeting rules now include the user if
9+
a match is found anywhere in the attribute. Before fixing this bug, the entire attribute needed to match the pattern.
10+
511
## [2.2.0] - 2017-04-11
612
### Added
713
- Authentication for proxied http requests is now supported (Basic Auth only)

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"
22+
version = "2.2.1"
2323
sourceCompatibility = 1.7
2424
targetCompatibility = 1.7
2525
}

0 commit comments

Comments
 (0)