From 8c7cce4a96e7160ce49edfa14cde630ff2186ad2 Mon Sep 17 00:00:00 2001 From: Anton Parkhomenko Date: Fri, 28 Apr 2017 21:31:13 +0700 Subject: [PATCH] Prepared for release --- CHANGELOG | 9 +++++++++ lib/version.js | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b0ba631..8ed0d8a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +Version 0.3.0 (2017-04-28) +-------------------------- +Add npm credentials to .travis.yml (#36) +Bump request to 2.81.0 (#34) +Bump Core to 0.5.0 (#33) +Add agentOptions argument to emitter (#30) +Add latest Node.js versions to travis.yml (#32) +Update README markdown in according with CommonMark (#31) + Version 0.2.0 (2015-10-09) -------------------------- Removed callback argument from tracker constructor (#19) diff --git a/lib/version.js b/lib/version.js index 531f01f..d62c03c 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1,7 +1,7 @@ /* * Node.js tracker for Snowplow: version.js * - * Copyright (c) 2014-2015 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2014-2017 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. @@ -13,4 +13,4 @@ * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. */ -module.exports = '0.2.0'; +module.exports = '0.3.0';