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

Commit ade09f1

Browse files
committed
Merge remote-tracking branch 'public/master'
2 parents 2ede722 + dcc4e1a commit ade09f1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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+
## [2.3.3] - 2017-10-19
7+
## Changed
8+
- Removed GSON dependency from default jar (fixes #103)
9+
10+
611
## [2.3.2] - 2017-09-22
712
## Changed
813
- Only log a warning on the first event that overflows the event buffer [#102]

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.3.2</version>
16+
<version>2.3.3</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=2.3.2
1+
version=2.3.3
22
ossrhUsername=
33
ossrhPassword=

0 commit comments

Comments
 (0)