From 848a6839fd0090b0e6e97fe7574e3cba6adf0f7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:46:36 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e996b6..97803ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/nvim-java/nvim-java-core/compare/v1.4.0...v1.5.0) (2024-07-10) + + +### Features + +* add API to call did change configuration notification ([#76](https://github.com/nvim-java/nvim-java-core/issues/76)) ([a0e3562](https://github.com/nvim-java/nvim-java-core/commit/a0e35624cc124ce975357a7c315c7dc8bfd7d6e4)) + ## [1.4.0](https://github.com/nvim-java/nvim-java-core/compare/v1.3.1...v1.4.0) (2024-07-06)