diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d57f67e..cc0ac335b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Pulse 4.x +## Pulse 4.1.0 + +*May 5, 2024* + +- Add initial visionOS support by @maximality in https://github.com/kean/Pulse/pull/239 +- Add privacy manifests by @samlapse in https://github.com/kean/Pulse/pull/252 +- Add an option to use in-memory CoreData for logs by @z-turk3 in https://github.com/kean/Pulse/pull/247 +- Add initial support for exporting logs as HAR file by @jjotaum in https://github.com/kean/Pulse/pull/236 +- Fix an issue with the "Unsupported OS version" copy by @Mcrich23 in https://github.com/kean/Pulse/pull/240 +- Fix https://github.com/kean/Pulse/issues/114: an issue with text writing direction to handle RTL languages by @Mr-Alirezaa in https://github.com/kean/Pulse/pull/233 + ## Pulse 4.0.5 *Nov 27, 2023* diff --git a/Pulse.xcodeproj/project.pbxproj b/Pulse.xcodeproj/project.pbxproj index 8862fed3b..ef973e3fc 100644 --- a/Pulse.xcodeproj/project.pbxproj +++ b/Pulse.xcodeproj/project.pbxproj @@ -2638,7 +2638,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 4.0.5; + MARKETING_VERSION = 4.1.0; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; @@ -2689,7 +2689,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 4.0.5; + MARKETING_VERSION = 4.1.0; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES;