From 05507330b02b7d1f74adbb30aa4816552b075dc7 Mon Sep 17 00:00:00 2001 From: flant-team-sysdev Date: Wed, 15 Jul 2026 00:04:17 +0300 Subject: [PATCH] chore(2): release 1.27.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b79da96..22a721d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.27.0](https://github.com/werf/nelm/compare/v1.26.1...v1.27.0) (2026-07-14) + + +### Features + +* add --diff-patches and patches.yaml support ([9241ea8](https://github.com/werf/nelm/commit/9241ea8a51d07fbe6c8b6f41c470752eda8e2a15)) + + +### Bug Fixes + +* resolve issues after conflicts ([d414ee7](https://github.com/werf/nelm/commit/d414ee7a2972ec38663203f52c6f55836debc20e)) + ## [1.26.1](https://github.com/werf/nelm/compare/v1.26.0...v1.26.1) (2026-07-06)