diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b0b5c..45304a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.7.0](https://github.com/nvimdev/guard.nvim/compare/v2.6.2...v2.7.0) (2026-01-31) + + +### Features + +* expose diagnostic.code in from_json & from_regex ([#244](https://github.com/nvimdev/guard.nvim/issues/244)) ([e09a8c6](https://github.com/nvimdev/guard.nvim/commit/e09a8c63abc324d86030b060589a82201e39d8d8)) +* Pass fname and cwd to parse function ([#247](https://github.com/nvimdev/guard.nvim/issues/247)) ([e59c826](https://github.com/nvimdev/guard.nvim/commit/e59c826dde2b180c63838c1e1ccc1cdcc334505c)) + ## [2.6.2](https://github.com/nvimdev/guard.nvim/compare/v2.6.1...v2.6.2) (2025-12-16)