diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bee797d..5e28d5a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 6.7.1 +*Jan 22nd, 2025** +* Fixes + * Fixed an issue that caused the crash `'Cannot form weak reference to instance X of class Y'`. + * Fixed an issue that prevented enabling/disabling certain functionalities. + * Fixed incompatibility issues with AppLovin. + ## 6.7.0 *Jan 10th, 2025** * Features diff --git a/EmbraceIO.podspec b/EmbraceIO.podspec index a46f9199..ce8498bd 100644 --- a/EmbraceIO.podspec +++ b/EmbraceIO.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "EmbraceIO" - spec.version = "6.7.0" + spec.version = "6.7.1" spec.summary = "Visibility into your users that you didn't have before." spec.description = <<-DESC Embrace is the only performance monitoring platform focused solely on mobile. We are built diff --git a/Sources/EmbraceCommonInternal/EmbraceMeta.swift b/Sources/EmbraceCommonInternal/EmbraceMeta.swift index a93677aa..953bdd67 100644 --- a/Sources/EmbraceCommonInternal/EmbraceMeta.swift +++ b/Sources/EmbraceCommonInternal/EmbraceMeta.swift @@ -6,5 +6,5 @@ // Do not edit this file manually public class EmbraceMeta { - public static let sdkVersion = "6.7.0" + public static let sdkVersion = "6.7.1" }