Skip to content

Commit dffd39c

Browse files
committed
CHORE: Update changelogs preparing for release
1 parent e6d4aa1 commit dffd39c

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
### 1.17.12-preview.1 - 04 March 2026
2-
* Add: Added ability to log startup sequence and Plugin/API detection to a file
1+
### 1.18.0 - 23 March 2026
2+
* Add: Added ability to log startup sequence and Plugin/API detection to a file (#314)
3+
* Add: Support re-sending emails with Failed status in SendEmailRequestHandler (#318)
4+
* Add: IPluginExecutionContext2-7 support to PluginContext (#323)
5+
6+
* Fix: Throw better exception when security role isn't found on create (#315)
7+
* Fix: Ordinal sorting (byte-code based instead of locale) of the SecurityRoles struct to reduce unnessary changes to the file (#316)
8+
* Fix: SendEmailRequestHandler to support all recipient entity types (#320)
9+
* Fix: NullReferenceException when plugins with post-images fire via Multiple requests (#322)
310

411
### 1.17.11 - 02 March 2026
512
* Fix: Added validation of emailaddress on all to references in SendEmailRequest (@JonasGLund99) #313

src/MetadataGen/MetadataGenerator.Tool/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to XrmMockup.MetadataGenerator will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
### v1.0.4 - 23 March 2026
9+
* Add: Show version header on start (#321)
10+
811
### v1.0.3 - 6 March 2026
912
* Fix: Metadata for the package didn't get picked up after Directory.Build.props was created
1013

0 commit comments

Comments
 (0)