From c6179098149ab6aba6b6184bc1977115874de754 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Sep 2024 06:16:06 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111663f5..9bac92e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.119.2](https://github.com/k1LoW/runn/compare/v0.119.1...v0.119.2) - 2024-09-15 +### Breaking Changes 🛠 +- Fix handle err of operators on Run/RunN by @k1LoW in https://github.com/k1LoW/runn/pull/1042 + ## [v0.119.1](https://github.com/k1LoW/runn/compare/v0.119.0...v0.119.1) - 2024-09-14 ### Fix bug 🐛 - Fix `--fail-fast` by @k1LoW in https://github.com/k1LoW/runn/pull/1040