Skip to content

Commit

Permalink
Release 6.5.1 (#108)
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
NachoEmbrace and embrace-ci authored Oct 30, 2024
1 parent 2f3edb9 commit b2da5ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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
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.5.0"
public static let sdkVersion = "6.5.1"
}

0 comments on commit b2da5ac

Please sign in to comment.