Skip to content

Commit

Permalink
chore(release): Update CHANGELOG for 1.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Davis committed Jun 18, 2020
1 parent 1af4a8c commit 143c9c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.0] - June 18th, 2020
- Expose event dispatch URL as a config parameter
- Return experimentKey and variationKey with feature test decisions
- Expose health endpoint for all listeners
- Update API docs
- Streamline CI stages

## [1.1.0] - May 21st, 2020
- Upgrade to use go-sdk 1.2.0. This adds support for multi-rule rollouts.

Expand Down
1 change: 0 additions & 1 deletion scripts/ci_create_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if [[ $TRAVIS_OS_NAME == "linux" ]]; then
make -e ci_build_dockerimage_alpine
elif [[ $TRAVIS_OS_NAME == "osx" ]]; then
echo "we're on osx"
mkdir /tmp/output_packages # make osx happy
else
echo "we're lost!"
fi
3 changes: 0 additions & 3 deletions scripts/ci_upload_packages.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail

# this directory gets created by ci_create_packages.sh when it is shared into the container's /output directory
cd /tmp/output_packages

if [[ $TRAVIS_OS_NAME == "linux" ]]; then
echo "we're on linux"

Expand Down

0 comments on commit 143c9c9

Please sign in to comment.