Skip to content

Commit f433746

Browse files
committed
version 2.0.0
1 parent caa9301 commit f433746

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5-
## [1.0.0] - 2018-12-10
5+
## [2.0.0] - 2018-12-12
66

7-
Initial release.
7+
Initial release of the implementation that is based on AWS SDK 2.x. This has the same functionality as version 1.0.0, but uses the DynamoDB client classes from the more recent AWS API.
8+
9+
Note that AWS SDK 2.x has a minimum Java version of 8, so if you require Java 7 compatibility you should use the 1.x releases of this library.
10+
11+
## [1.0.0] - 2018-12-12
12+
13+
Initial release of the implementation that is based on AWS SDK 1.x.

gradle.properties

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

0 commit comments

Comments
 (0)