diff --git a/CHANGELOG.md b/CHANGELOG.md index f729a7b..c7f4d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.1.5 (2020-03-19) +### Features / Enhancement + +### Bug Fixes +- **CLI unable to use on Windows of some versions**. + # 0.1.4 (2020-03-18) ### Features / Enhancement diff --git a/nodejs/package.json b/nodejs/package.json index 7356772..99311a0 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "crawlab-sdk", - "version": "0.1.4", + "version": "0.1.5", "description": "Node.js SDK for Crawlab", "main": "index.js", "scripts": { diff --git a/python/crawlab/config/__init__.py b/python/crawlab/config/__init__.py index 93686cd..d3d645e 100644 --- a/python/crawlab/config/__init__.py +++ b/python/crawlab/config/__init__.py @@ -1 +1 @@ -VERSION = '0.1.4' +VERSION = '0.1.5'