diff --git a/CHANGELOG.md b/CHANGELOG.md index ac06b4b8c..3b68db66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # Pulse 4.x -## Upcoming +## Pulse 4.0.2 + +*Aug 19, 2023* - Fix an issue with list not displaying older messages (iOS) - Update JSON color theme (watchOS) -- The console now fully adopts to your app's tint color (iOS, watchOS, macOS, tvOS) +- The console now fully adopts your app's tint color (iOS, watchOS, macOS, tvOS) - Move "Store Info" button to Settings (iOS) -- Network inspector will now show "current" request by default and remember your selection (see `UserSettings.shared.isShowingCurrentRequest`) +- Network inspector will now show a "current" request by default and remember your selection (see `UserSettings.shared.isShowingCurrentRequest`) ## Pulse 4.0.1 diff --git a/Pulse.xcodeproj/project.pbxproj b/Pulse.xcodeproj/project.pbxproj index 960624728..42c353a9f 100644 --- a/Pulse.xcodeproj/project.pbxproj +++ b/Pulse.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 53; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -2602,7 +2602,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = "4.0.0-beta.4"; + MARKETING_VERSION = 4.0.2; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; @@ -2653,7 +2653,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = "4.0.0-beta.4"; + MARKETING_VERSION = 4.0.2; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; diff --git a/PulseCore.podspec b/PulseCore.podspec index 7176f3454..d22c8347f 100644 --- a/PulseCore.podspec +++ b/PulseCore.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "PulseCore" s.module_name = "Pulse" -s.version = "4.0.1" +s.version = "4.0.2" s.summary = "Logging system for Apple platforms" s.swift_version = "5.7" diff --git a/PulseUI.podspec b/PulseUI.podspec index 396be76f6..41d5cfe48 100644 --- a/PulseUI.podspec +++ b/PulseUI.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "PulseUI" s.module_name = "PulseUI" -s.version = "4.0.1" +s.version = "4.0.2" s.summary = "Logging system for Apple platforms" s.swift_version = "5.7"