From 3952a3dfb9cd9d51095daa75ffbc7e3d7dceb8d1 Mon Sep 17 00:00:00 2001 From: github actions Date: Wed, 25 Oct 2023 04:45:09 +0000 Subject: [PATCH] v2.43.0 changelog update --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9761a602fc5..c30fbf8945d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v2.43.0 - 2023-10-25 + +[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.42.6...v2.43.0) + +- [#6913](https://github.com/ORCID/ORCID-Source/pull/6913): feature: Add functionality to capture user events in the database and… + +### Fix + +- Add missing label and fix test + +### Feature + +- Add functionality to capture user events in the database and create views to display info in panoply + ## v2.42.6 - 2023-10-24 [Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.42.5...v2.42.6)