Skip to content

Commit 96ae369

Browse files
authored
add change log information for beta 2. add regex rules for allowing numbers after semver tags (#151)
1 parent 69a2dd6 commit 96ae369

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ cache:
2121
branches:
2222
only:
2323
- master
24-
- /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha|-beta)?$/ # trigger builds on tags which are semantically versioned to ship the SDK.
24+
- /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha|-beta)?\d*$/ # trigger builds on tags which are semantically versioned to ship the SDK.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Optimizely Java X SDK Changelog
2+
3+
## 2.0.0 Beta 2
4+
October 5, 2017
5+
6+
This release is a second beta release supporting feature flags and rollouts. It includes all the same new features and breaking changes as the last beta release.
7+
8+
### Bug Fixes
9+
Fall back to default feature variable value when there is no variable usage in the variation a user is bucketed into. For more information see [PR #149](https://github.com/optimizely/java-sdk/pull/149).
10+
211
## 2.0.0 Beta
312
September 29, 2017
413

0 commit comments

Comments
 (0)