diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbe81a50..8097d8e76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.17.4](https://github.com/TryGhost/Ghost-CLI/compare/1.17.2...1.17.4) (2021-10-18) + + +### Bug Fixes + +* **nginx:** update acme to use letsencrypt by default ([5e52548](https://github.com/TryGhost/Ghost-CLI/commit/5e52548)) +* **start:** fix warning behavior ([#1475](https://github.com/TryGhost/Ghost-CLI/issues/1475)) ([c809873](https://github.com/TryGhost/Ghost-CLI/commit/c809873)) + + + ## [1.17.3](https://github.com/TryGhost/Ghost-CLI/compare/1.17.2...1.17.3) (2021-05-22) diff --git a/package.json b/package.json index d707bb71d..088858360 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.17.3", + "version": "1.17.4", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",