From caea974f4ae083ce88858e6974bc290b8ffb1c6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:50:10 +0000 Subject: [PATCH] chore(main): release 1.6.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97803ae..c87fbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/nvim-java/nvim-java-core/compare/v1.5.0...v1.6.0) (2024-07-13) + + +### Features + +* add constructor requests ([0305c97](https://github.com/nvim-java/nvim-java-core/commit/0305c972167fd1bdc2ffa43bfcc2d319732b1dd0)) + ## [1.5.0](https://github.com/nvim-java/nvim-java-core/compare/v1.4.0...v1.5.0) (2024-07-10)