From b2da5ac29d988ba778ebafb15998c96d0d1e647e Mon Sep 17 00:00:00 2001 From: Ignacio Tischelman <114942102+NachoEmbrace@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:16:58 -0300 Subject: [PATCH] Release 6.5.1 (#108) Co-authored-by: embrace-ci --- CHANGELOG.md | 8 ++++++++ EmbraceIO.podspec | 2 +- Sources/EmbraceCommonInternal/EmbraceMeta.swift | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8dafded..83ea1b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.5.1 +*Oct 29th, 2024* +* Features + * Improved performance during the startup of the SDK. +* Fixes + * Fixed compilation errors in WatchOS. + * Fixed visbility of `LogLevel`. + ## 6.5.0 *Oct 18th, 2024* * Features diff --git a/EmbraceIO.podspec b/EmbraceIO.podspec index 0c918455..9df5a013 100644 --- a/EmbraceIO.podspec +++ b/EmbraceIO.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "EmbraceIO" - spec.version = "6.5.0" + spec.version = "6.5.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 ee5e551e..78735778 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.5.0" + public static let sdkVersion = "6.5.1" }