diff --git a/CHANGELOG.md b/CHANGELOG.md index 25dbe0b..1730cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ -# Change Log +# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.2.0](https://github.com/dessant/ping-blocker/compare/v0.1.0...v0.2.0) (2019-05-24) + + +### Features + +* build with travis ([01ff7fe](https://github.com/dessant/ping-blocker/commit/01ff7fe)) + + + # 0.1.0 (2019-04-07) diff --git a/package.json b/package.json index 665d1b7..9935b35 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ping-blocker", - "version": "0.1.0", + "version": "0.2.0", "author": "Armin Sebastian", "repository": "https://github.com/dessant/ping-blocker", "license": "GPL-3.0-only",