diff --git a/CHANGELOG.md b/CHANGELOG.md index 349e079f..48666f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v2.8.4](https://github.com/kayac/ecspresso/compare/v2.8.3...v2.8.4) - 2026-04-28 +- fix: skip draft releases when resolving latest in install script by @fujiwara in https://github.com/kayac/ecspresso/pull/1007 + ## [v2.8.3](https://github.com/kayac/ecspresso/compare/v2.8.2...v2.8.3) - 2026-04-28 - fix: handle unexpected response from /releases API in install script by @ppluuums-jp in https://github.com/kayac/ecspresso/pull/1002 - fix: surface non-2xx errors from /releases API in install script by @fujiwara in https://github.com/kayac/ecspresso/pull/1005