Skip to content

Commit 5c2c838

Browse files
Releasing 0.8.3
1 parent 3ee527c commit 5c2c838

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.3]
9+
10+
### Fixed
11+
12+
- Fixed ABI regression that impacted notification autocapture and the integration SDK.
13+
814
## [0.8.2]
915

1016
### Changed
@@ -227,6 +233,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
227233
- Support for manual capture within WKWebView.
228234
- Support for platforms targeting Swift: macOS, watchOS, iOS, iPadOS, tvOS.
229235

236+
[0.8.3]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.3
230237
[0.8.2]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.2
231238
[0.8.1]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.1
232239
[0.8.0]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.0

HeapSwiftCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'HeapSwiftCore'
3-
s.version = '0.8.2'
3+
s.version = '0.8.3'
44
s.summary = 'The core Heap library used for apps on Apple platforms.'
55
s.homepage = 'https://docs.contentsquare.com/ios'
66
s.author = { 'Contentsquare' => '[email protected]' }

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ let package = Package(
3030
),
3131
.binaryTarget(
3232
name: "HeapSwiftCore",
33-
url: "https://github.com/heap/heap-swift-core-sdk/releases/download/0.8.2/package.zip",
34-
checksum: "9c979623dfa4ad59f39794551b8856b7a7bd453aaa13277641610974fcaaa13d"
33+
url: "https://github.com/heap/heap-swift-core-sdk/releases/download/0.8.3/package.zip",
34+
checksum: "c241fed9fd5395d5334cb123b8ff9ae4c5bc5ea6b0d8ee7aa0492ef45b2a3be1"
3535
)
3636
],
3737
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)