From 8fffe18b51ef30beb2dad74c5624ea116a9ccc60 Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@fusiondirectory.org>
Date: Mon, 16 Dec 2024 18:54:29 +0100
Subject: [PATCH] :sparkles: feat(release) Releasing FusionDirectory Integrator
 1.2

Signed-off-by: Benoit Mortier <benoit.mortier@fusiondirectory.org>
---
 AUTHORS.md   |  4 +++-
 Changelog.md | 22 ++++++++++++++++++++++
 README.md    | 16 ++++------------
 3 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/AUTHORS.md b/AUTHORS.md
index 74bc620..e58048a 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,8 +5,10 @@ This is the alphabetical list of all people that have
 contributed to the FusionDirectory Integrator project, beeing code, translations,
 documentation and additional help.
 
-  
+
 * Chilliet Côme <come.chilliet@fusiondirectory.org>
   CLI and LDAP classes.
 * Thibault Dockx <thibault.dockx@fusiondirectory.org>
   Autoloader, Application. 
+* Alexa Oana Eliza <alexa.oanaeliza@fusiondirectory.org>
+  QA, Writing test framework
diff --git a/Changelog.md b/Changelog.md
index 97e794f..6314282 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,25 @@
+## %"FusionDirectory Integrator 1.2" - 2024-12-16
+
+### Added
+
+#### fusiondirectory-integrator
+- fusiondirectory-integrator#33 [Integrator] - AUDIT - Removal of audit after set period - new lib
+- fusiondirectory-integrator#34 [Integrator] - Create MailLib to be used by orchestrator instead of the mailController.
+- fusiondirectory-integrator#35 [Integrator] - Mail - Adds conditions to mail security and authentication
+- fusiondirectory-integrator#36 [Integrator] - Add doxyfile
+- fusiondirectory-integrator#40 [Integrator] - Maillib - fallback to base 64 is not required
+- fusiondirectory-integrator#41 [Integrator] - Web Service call requires a definition of an HTTP_AGENT
+
+### Changed
+
+#### fusiondirectory-integrator
+- fusiondirectory-integrator#30 [Integrator] - Refactor of current logic and creation of fusiondirectory library.
+
+### Fixed
+
+#### fusiondirectory-integrator
+- fusiondirectory-integrator#31 [Integrator] - When webservice call is triggered with a DN containing a space, result is NULL
+
 ## %"FusionDirectory Integrator 1.1" - 2024-04-05
 
 ### Added
diff --git a/README.md b/README.md
index 5f18657..7244762 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ The subscription period is one year from the date of purchase and provides you w
 ### Best practice badge
 
 [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/351/badge)](https://bestpractices.coreinfrastructure.org/projects/351)
-  
+
 ## Crowfunding
 
 If you like us and want to send us a small contribution, you can use the following crowdfunding services
@@ -42,33 +42,25 @@ If you like us and want to send us a small contribution, you can use the followi
 
 * [donate-kofi]
 
-* [donate-opencollective]
-
-* [donate-communitybridge]
-  
 ## License
 
 [FusionDirectory][FusionDirectory] is  [GPL 2 License](COPYING).
 
 [FusionDirectory]: https://www.fusiondirectory.org/
 
-[fusiondirectory-install]: https://fusiondirectory-user-manual.readthedocs.io/en/1.4/fusiondirectory/install/index.html
+[fusiondirectory-install]: https://fusiondirectory-user-manual.readthedocs.io/en/latest/fusiondirectory/install/index.html
 
 [get help]: https://fusiondirectory-user-manual.readthedocs.io/en/latest/support/index.html
 
 [subscription-fusiondirectory]: https://www.fusiondirectory.org/en/subscription-fusiondirectory/
 
-[subscription-fusiondirectory-plus]: https://www.fusiondirectory.org/en/subscriptions-fusiondirectory-plus/
-
-[register]: https://register.fusiondirectory.org
+[register]: https://register.fusiondirectory.org/
 
 [donate-liberapay]: https://liberapay.com/fusiondirectory/donate
 
-[donate-kofi]: https://ko-fi.com/fusiondirectory
+[donate-kofi]: https://ko-fi.com/fusiondirectory/
 
-[donate-opencollective]: https://opencollective.com/fusiondirectory
 
-[donate-communitybridge]: https://funding.communitybridge.org/projects/fusiondirectory
 
 
 
-- 
GitLab