From bb7f3eeb042c342f34f998c48766002c7676afd4 Mon Sep 17 00:00:00 2001 From: John Carlo San Pedro Date: Thu, 13 Aug 2026 18:46:59 +1200 Subject: [PATCH 1/2] chore: dummy change to test release workflow --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b93353d8..c373e030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ # Changelog Please see https://github.com/immutable/unreal-immutable-sdk/releases + + + From 06a3a5dbb6952471c426362d268d2d2ed10c9f35 Mon Sep 17 00:00:00 2001 From: John Carlo San Pedro Date: Fri, 14 Aug 2026 09:55:26 +1200 Subject: [PATCH 2/2] chore: bump version to 1.11.3, drop dummy changelog comment --- CHANGELOG.md | 3 --- Source/Immutable/Public/Immutable/ImmutableDataTypes.h | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c373e030..b93353d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,3 @@ # Changelog Please see https://github.com/immutable/unreal-immutable-sdk/releases - - - diff --git a/Source/Immutable/Public/Immutable/ImmutableDataTypes.h b/Source/Immutable/Public/Immutable/ImmutableDataTypes.h index a5c85a3d..7e7fb4c6 100644 --- a/Source/Immutable/Public/Immutable/ImmutableDataTypes.h +++ b/Source/Immutable/Public/Immutable/ImmutableDataTypes.h @@ -17,7 +17,7 @@ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FImmutableDeepLinkDynamicMulticastDe // This is the version of the Unreal Immutable SDK that is being used. This is not the version of the engine. // This hardcoded value will be updated by a workflow during the release process. -#define ENGINE_SDK_VERSION TEXT("1.11.2") +#define ENGINE_SDK_VERSION TEXT("1.11.3") /** * Enum representing marketing consent status for authentication