diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f75e58..895d423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.1.4] - 2019-02-06 +- Added config EXPLORER_URL +- Added config PRIVACY_POLICY +- Fixed config issues + ## [1.1.3] - 2019-01-23 - Update default Google Analytics ID diff --git a/config.js.example b/config.js.example index 991ca59..f363a22 100644 --- a/config.js.example +++ b/config.js.example @@ -4,6 +4,6 @@ const config = { DS_USER: 'frontend', DS_PASS: '', DS_NAMESPACE: 'ethstats/', - EXPLORER_URL: 'https://ethstats.io', - PRIVACY_POLICY: true + EXPLORER_URL: '', + PRIVACY_POLICY: false }; diff --git a/package.json b/package.json index 4324ba0..cf4d32b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethstats-network-dashboard", - "version": "1.1.3", + "version": "1.1.4", "description": "EthStats - Network Monitor - Dashboard (net.ethstats.io)", "homepage": "https://github.com/alethio/ethstats-network-dashboard", "repository": "git@github.com:alethio/ethstats-network-dashboard.git",