From 72da35d0de9af990deb5100a497935e0c01bd85c Mon Sep 17 00:00:00 2001 From: Thunderhead Bot Date: Wed, 23 Aug 2023 19:18:47 -0400 Subject: [PATCH] Jenkins Release Job 37 message: chore(release): Release and Doc Update --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d865a..70cf59e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +#### Version 1.1.2 +* [BUGFIX] Fixed an issue with `contentUrl` not being returned in `MXOAsset` for external assets. +* [BUGFIX] Fixed an issue with `MXOAssetResponse` not returning `label`, `target`, and `targetUrl`. +* [BUGFIX] Fixed an issue with `MXOCaptureAttributePoint` not returning `capturePhase`, `captureType`, `captureDelay`, `elementType`, `elementName`, and `elementAttributeName`. + #### Version 1.1.1 * [BUGFIX] Fixed an issue with `directives` not being returned in `MXOOptimizationPoint`.