From 262da259745f556644e882e7c045e41ee91de65a Mon Sep 17 00:00:00 2001 From: Shijie Sheng Date: Fri, 23 May 2025 16:57:12 -0700 Subject: [PATCH] add 3.12.7 release notes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c0f4963..395447796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.12.7 +- Release use versions from git tags instead of static value (#1002) +- support for testrunner for java in vscode (#1001) +- Fix(RequestMapper): Correctly map all fields (#1000) +- add github action for version releases to Sonatype (#996) + ## 3.12.6 - Adding logs to internal shadower to check for failures log (#918) - Removing fossa as it is migrated to snyk (#919)