Skip to content

Commit 3ee527c

Browse files
Releasing 0.8.2
1 parent fc3b847 commit 3ee527c

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.2]
9+
10+
### Changed
11+
12+
- Updated API endpoint from `c.us.heap-api.com` to `mh.bf.contentsquare.net`.
13+
814
## [0.8.1]
915

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

230+
[0.8.2]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.2
224231
[0.8.1]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.1
225232
[0.8.0]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.0
226233
[0.7.2]: https://github.com/heap/heap-swift-core-sdk/compare/0.7.1...0.7.2

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.1'
3+
s.version = '0.8.2'
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.1/package.zip",
34-
checksum: "264714786d9e766ad25b2f0af02797dce1ad2c0b99f5ee32a389f3e620ca25ef"
33+
url: "https://github.com/heap/heap-swift-core-sdk/releases/download/0.8.2/package.zip",
34+
checksum: "9c979623dfa4ad59f39794551b8856b7a7bd453aaa13277641610974fcaaa13d"
3535
)
3636
],
3737
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)