Skip to content

Commit dd1c253

Browse files
author
Mike Davis
authored
Add CHANGELOG.md to track releases. (#33)
1 parent bbdc904 commit dd1c253

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ language: minimal
33
branches:
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

89
jobs:
910

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+

0 commit comments

Comments
 (0)