From bfda11ed84d0fc4f89e85c76e03c334e9cba33d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Sol=C3=A1r?= Date: Thu, 2 Apr 2026 22:35:18 +0200 Subject: [PATCH] docs(website): update changelog for v1.4.1 --- website/versioned_docs/version-1.4/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/versioned_docs/version-1.4/changelog.md b/website/versioned_docs/version-1.4/changelog.md index ca798e89b..9788bb2b6 100644 --- a/website/versioned_docs/version-1.4/changelog.md +++ b/website/versioned_docs/version-1.4/changelog.md @@ -8,6 +8,16 @@ toc_max_heading_level: 3 All notable changes to this project will be documented in this file. +### [1.4.1](https://github.com/apify/apify-cli/releases/tag/v1.4.1) (2026-04-02) + +#### 🐛 Bug Fixes + +- Correct upgrade script URL for Windows ([#1055](https://github.com/apify/apify-cli/pull/1055)) ([0c5d1ec](https://github.com/apify/apify-cli/commit/0c5d1ec18be2711ed51cd90cc743ef869eb79465)) by [@vladfrangu](https://github.com/vladfrangu) + +#### 🔩 Dependency Updates + +- Update `handlebars` to v4.7.9 (security patch) + ### [1.4.0](https://github.com/apify/apify-cli/releases/tag/v1.4.0) (2026-03-26) #### 🚀 Features