diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c11dd..ff53b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.0.0] - 2019-09-07 + ### Changed - Update franc to version 4.1.0 diff --git a/package.json b/package.json index 744c7ec..414667d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/avvertix/franc-bin" }, - "version": "0.2.0", + "version": "1.0.0", "description": "Franc CLI... as a binary file", "main": "node_modules/franc-cli/index.js", "bin": "node_modules/franc-cli/index.js",