Skip to content

Commit

Permalink
[HEAP-47401] 0.4.0 Release (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanMitchell-heap committed Aug 31, 2023
1 parent 8793ca4 commit 6f41aae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.4.0]

### Added

- Added `.captureVendorId` option to enable capture of **iOS Vendor ID** and
Expand Down Expand Up @@ -104,7 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for manual capture within WKWebView.
- Support for platforms targeting Swift: macOS, watchOS, iOS, iPadOS, tvOS.

[Unreleased]: https://github.com/heap/heap-swift-core-sdk/compare/0.3.1...main
[Unreleased]: https://github.com/heap/heap-swift-core-sdk/compare/0.4.0...main
[0.4.0]: https://github.com/heap/heap-swift-core-sdk/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/heap/heap-swift-core-sdk/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/heap/heap-swift-core-sdk/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/heap/heap-swift-core-sdk/compare/0.2.0...0.2.1
Expand Down
4 changes: 2 additions & 2 deletions Development/Sources/HeapSwiftCore/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ struct Version {
static let major = 0

/// Minor version.
static let minor = 3
static let minor = 4

/// Revision number.
static let revision = 1
static let revision = 0

/// Optional pre-release version
static let prerelease: String? = nil
Expand Down
2 changes: 1 addition & 1 deletion HeapSwiftCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HeapSwiftCore'
s.version = '0.3.1'
s.version = '0.4.0'
s.license = { :type => 'MIT' }
s.summary = 'The core Heap library used for apps on Apple platforms.'
s.homepage = 'https://heap.io'
Expand Down

0 comments on commit 6f41aae

Please sign in to comment.