From 638612a00f947561a81c679c2bdaa3079b61c560 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:01:30 +0000 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e93332..5e996b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.0](https://github.com/nvim-java/nvim-java-core/compare/v1.3.1...v1.4.0) (2024-07-06) + + +### Features + +* add build workspace API ([982af13](https://github.com/nvim-java/nvim-java-core/commit/982af1386087e9921d0f38271b36bab4845d08a2)) +* spring boot support ([#73](https://github.com/nvim-java/nvim-java-core/issues/73)) ([657e1c4](https://github.com/nvim-java/nvim-java-core/commit/657e1c4e082b6891b536d311331a3d04a1826f5f)) + ## [1.3.1](https://github.com/nvim-java/nvim-java-core/compare/v1.3.0...v1.3.1) (2024-07-03)