Skip to content

Commit

Permalink
Releasing 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
build-heap committed Mar 13, 2023
1 parent 1260583 commit 057b51d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1]

### Fixed

- [HEAP-41356] Fixed error when sending nil to certain sendEvent arguments

## [0.1.0]

### Added

- Autocapture SDK targetting iOS 13.0+ and Xcode 14.0+
- Autocapture SDK targeting iOS 13.0+ and Xcode 14.0+
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "HeapIOSAutocapture",
url: "https://cdn.heapanalytics.com/ios/heap-ios-autocapture-0.1.0.zip",
checksum: "1f6d4693a9d3a7bd0165cf0d2d2bb79740b81b190dfac52d4e873467a72c1cdd"
url: "https://cdn.heapanalytics.com/ios/heap-ios-autocapture-0.1.1.zip",
checksum: "a43b0dc9caabcb3d980e33efce1695f87001b8f41d33c60beefc3d6e3d65fb42"
),
]
)

0 comments on commit 057b51d

Please sign in to comment.