Skip to content

Commit e47047d

Browse files
chore(main): release 2.1.3 (#70)
1 parent 323a38b commit e47047d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Bucketeer.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 = 'Bucketeer'
3-
s.version = '2.1.2' # x-release-please-version
3+
s.version = '2.1.3' # x-release-please-version
44
s.summary = 'iOS SDK for Bucketeer'
55
s.homepage = 'https://github.com/bucketeer-io/ios-client-sdk'
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
enum Version {
2-
static let current = "2.1.2" // x-release-please-version
2+
static let current = "2.1.3" // x-release-please-version
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.1.3](https://github.com/bucketeer-io/ios-client-sdk/compare/v2.1.2...v2.1.3) (2024-03-11)
4+
5+
6+
### Miscellaneous
7+
8+
* unify public method completion to call on the main thread ([#71](https://github.com/bucketeer-io/ios-client-sdk/issues/71)) ([b02f90e](https://github.com/bucketeer-io/ios-client-sdk/commit/b02f90e1051693e1a5bdde930046685a0bd65373))
9+
* update error metrics report ([#68](https://github.com/bucketeer-io/ios-client-sdk/issues/68)) ([4092c00](https://github.com/bucketeer-io/ios-client-sdk/commit/4092c007202d71e4f646fe6a0384946db1a7e9d5))
10+
311
## [2.1.2](https://github.com/bucketeer-io/ios-client-sdk/compare/v2.1.1...v2.1.2) (2023-12-19)
412

513

0 commit comments

Comments
 (0)