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

Commit d15fb2d

Browse files
committed
Merge branch 'master' of github.com:launchdarkly/java-client
2 parents f99778b + 044d314 commit d15fb2d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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).
55

6+
## [3.0.1] - 2018-02-22
7+
### Added
8+
- Support for a new LaunchDarkly feature: reusable user segments.
9+
10+
### Changed
11+
- The `FeatureStore` interface has been changed to support user segment data as well as feature flags. Existing code that uses `InMemoryFeatureStore` or `RedisFeatureStore` should work as before, but custom feature store implementations will need to be updated.
12+
- Removed deprecated methods.
13+
14+
615
## [3.0.0] - 2018-02-21
716

817
_This release was broken and should not be used._

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Quick setup
1313
<dependency>
1414
<groupId>com.launchdarkly</groupId>
1515
<artifactId>launchdarkly-client</artifactId>
16-
<version>2.6.0</version>
16+
<version>3.0.1</version>
1717
</dependency>
1818

1919
1. Import the LaunchDarkly package:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=3.0.0
1+
version=3.0.1
22
ossrhUsername=
33
ossrhPassword=

0 commit comments

Comments
 (0)