From 4326c9331826f4f4185a84c5a79c847df4f33455 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Fri, 20 Oct 2023 20:54:54 +0530 Subject: [PATCH] Prepare for 2.8 release (#997) Co-authored-by: Ansible-lightspeed-Bot --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 322dcc304..bfaa8068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,37 @@ +## v2.8 + +### Major Changes + +- Add support to display content matches for multiple tasks (#988) @ganeshrn +- Add support for lightspeed multi-task pattern match and model Id updates + (#979) @ganeshrn +- Add additional context for lightspeed suggestions (#973) @ganeshrn +- Add support specifying model Id for Lightspeed subscribed users (#971) + @ganeshrn + +### Minor Changes + +- Add support to display content matches for multiple tasks (#988) @ganeshrn +- Add a checkbox while sharing Lightspeed sentiment/issue feedback (#980) + @ganeshrn + +### Bugfixes + +- Fix to ignore empty model ID (#995) @ganeshrn +- Fix reading copilot settings within the extension and other updates (#994) + @ganeshrn +- Update data_source to data_source_description in content matches (#993) + @ganeshrn +- Fix for multi-task and single-task lightspeed suggestions (#992) @ganeshrn +- Update suggestions field in contentmatch API request (#990) @ganeshrn +- Fix multitask trigger invocation and code match support for multi-task (#983) + @ganeshrn +- Add check to not sent feedback events for subscribed lightspeed users… (#981) + @ganeshrn + ## v2.7 - Fix broken Ansible Lint docs link (#959) @ElijahLynn diff --git a/package.json b/package.json index 807ee1022..058cf12dd 100644 --- a/package.json +++ b/package.json @@ -776,7 +776,7 @@ "test-e2e": "yarn run test-compile && node ./out/client/test/testRunner", "test-e2e-withserver": "yarn run test-compile-withserver && node ./out/client/test/testRunner" }, - "version": "2.7.0", + "version": "2.8.0", "packageManager": "yarn@3.6.4", "vsce": { "dependencies": false,