diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6511d1..d2be473d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-cli -## [1.8.0] (IN PROGRESS) +## [1.8.0](https://github.com/folio-org/stripes-cli/tree/v1.8.0) (2019-01-16) + * Add sample API request to ui-app template, STCLI-98 * New `mod perms` command to list permission for one or more modules, STCLI-115 * Support permission assignment via `platform backend` command, STCLI-115 diff --git a/package.json b/package.json index b216d937..a28eb3f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-cli", - "version": "1.7.0", + "version": "1.8.0", "description": "Stripes Command Line Interface", "repository": "https://github.com/folio-org/stripes-cli", "publishConfig": {