From 95910ad611e555e5809f214634305d2c8e9af096 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 17 Dec 2024 09:44:52 -1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b10498..428c8807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Changes since the last non-beta release. _Please add entries here for your pull requests that have not yet been released._ +## [4.1.0] - 2024-12-17 + ### Fixed - Fixed issue where `run` command fails when runner workload has ENV but original workload does not. [PR 227](https://github.com/shakacode/control-plane-flow/pull/227) by [Rafael Gomes](https://github.com/rafaelgomesxyz). @@ -274,7 +276,8 @@ Deprecated `cpl` gem. New gem is `cpflow`. First release. -[Unreleased]: https://github.com/shakacode/control-plane-flow/compare/v4.0.0...HEAD +[Unreleased]: https://github.com/shakacode/control-plane-flow/compare/v4.1.0...HEAD +[4.1.0]: https://github.com/shakacode/control-plane-flow/compare/v4.0.0...v4.1.0 [4.0.0]: https://github.com/shakacode/control-plane-flow/compare/v3.0.1...v4.0.0 [3.0.1]: https://github.com/shakacode/control-plane-flow/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/shakacode/control-plane-flow/compare/v2.2.4...v3.0.0