Skip to content

Commit

Permalink
Patch Release 6.7.1 (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: embrace-ci <embrace-ci@users.noreply.github.com>
  • Loading branch information
ArielDemarco and embrace-ci authored Jan 22, 2025
1 parent 94accb7 commit b4f59c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion EmbraceIO.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/EmbraceCommonInternal/EmbraceMeta.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit b4f59c8

Please sign in to comment.