File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ language: minimal
33branches :
44 only :
55 - master
6- - /^\d+\.\d+(\.\d+)?(-\S*)?$/
6+ # https://docs.travis-ci.com/user/customizing-the-build/#safelisting-or-blocklisting-branches
7+ - /^v\d+\.\d+(\.\d+)?(-\S*)?$/
78
89jobs :
910
Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ 0.2.0] - October 3rd, 2019
8+ - Adds Optimizely webhook support
9+ - Adds full Feature MGMT support
10+ - Adds NSQ for UserEvent message transport
11+ - Adds support for multiple concurrent SDK keys
12+
13+ ## [ 0.1.0] - September 4th, 2019
14+ This is the initial release which supported a basic web application and go-sdk integration.
15+
You can’t perform that action at this time.
0 commit comments