Skip to content

Commit

Permalink
prepare 2.0.0 release (#105)
Browse files Browse the repository at this point in the history
* update Changelog
* bump alpha version
  • Loading branch information
wangjoshuah authored Jun 3, 2017
1 parent 30b5dd7 commit 5045f2c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 2.0.0

May 19, 2017

### New Features

- Added `UserProfileService` interface to allow for sticky bucketing

### Breaking Changes

- Removed `UserProfile` interface. Replaced with `UserProfileService` interface.
- Removed support for v1 datafiles.

## 1.6.0

March 17, 2017
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Maven version
version = 1.6.0-SNAPSHOT
version = 2.0.0-ALPHA

# Artifact paths
mavenS3Bucket = optimizely-maven
Expand Down

0 comments on commit 5045f2c

Please sign in to comment.