diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f47dfae --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +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. + + +# [1.2.0](https://github.com/uetchy/Polyglot/compare/v1.1.4...v1.2.0) (2016-08-28) + + +### Features + +* don’t require API key anymore ([4548ad2](https://github.com/uetchy/Polyglot/commit/4548ad2)) diff --git a/package.json b/package.json index 545d607..1f886b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Polyglot", - "version": "1.1.4", + "version": "1.2.0", "private": true, "scripts": { "test": "xo",