From 56560cb5b69e2ba5275ec6b9b6c3110244569423 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:21:05 +0000 Subject: [PATCH] chore(main): release 4.1.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6734155..b07db49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.1.0](https://github.com/nvim-java/nvim-java/compare/v4.0.4...v4.1.0) (2026-02-04) + + +### Features + +* add curl downloader ([#473](https://github.com/nvim-java/nvim-java/issues/473)) ([d4050eb](https://github.com/nvim-java/nvim-java/commit/d4050ebc7ed909dcf4b536c109e8ce291112efc3)) +* add JavaTestRunAllTests and JavaTestDebugAllTests commands ([#467](https://github.com/nvim-java/nvim-java/issues/467)) ([e4cc304](https://github.com/nvim-java/nvim-java/commit/e4cc304fa7a5daf41c13d6894bc90b4e99e576e6)) + ## [4.0.4](https://github.com/nvim-java/nvim-java/compare/v4.0.3...v4.0.4) (2025-12-11)