Skip to content

Commit

Permalink
chore(main): release 2.0.1 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucketeer-bot authored Aug 14, 2023
1 parent b84bb58 commit 2ca77ad
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bucketeer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Bucketeer'
s.version = '2.0.0' # x-release-please-version
s.version = '2.0.1' # x-release-please-version
s.summary = 'iOS SDK for Bucketeer'
s.homepage = 'https://github.com/bucketeer-io/ios-client-sdk'

Expand Down
2 changes: 1 addition & 1 deletion Bucketeer/Sources/Internal/Utils/Version.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
enum Version {
static let current = "2.0.0" // x-release-please-version
static let current = "2.0.1" // x-release-please-version
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [2.0.1](https://github.com/bucketeer-io/ios-client-sdk/compare/v2.0.0...v2.0.1) (2023-08-09)


### Features

* support swift package manager ([#4](https://github.com/bucketeer-io/ios-client-sdk/issues/4)) ([276aa89](https://github.com/bucketeer-io/ios-client-sdk/commit/276aa89251fc85acdf98fcc6773dd34309d072e0))


### Bug Fixes

* concurrency while creating the client instance ([#11](https://github.com/bucketeer-io/ios-client-sdk/issues/11)) ([4b880a4](https://github.com/bucketeer-io/ios-client-sdk/commit/4b880a4c68ae3ed04b1d5e15d6f00517f9bc8ed4))
* functions are not accessible in the BKTUser struct ([#5](https://github.com/bucketeer-io/ios-client-sdk/issues/5)) ([c62bc8e](https://github.com/bucketeer-io/ios-client-sdk/commit/c62bc8ec0d76d175b182023ac9a390f1cb891074))
* sending duplicate events ([#24](https://github.com/bucketeer-io/ios-client-sdk/issues/24)) ([b84bb58](https://github.com/bucketeer-io/ios-client-sdk/commit/b84bb5840af722d02963c4b009f866961cff5461))


### Miscellaneous

* add variation name property to BKTEvaluation ([#12](https://github.com/bucketeer-io/ios-client-sdk/issues/12)) ([fb02f5a](https://github.com/bucketeer-io/ios-client-sdk/commit/fb02f5a6311a78ef31e2760438c0fa574eb8a155))
* added builder pattern to BKTConfig ([#13](https://github.com/bucketeer-io/ios-client-sdk/issues/13)) ([48dff87](https://github.com/bucketeer-io/ios-client-sdk/commit/48dff87dbe27791fde7dd47293741f4b64adebe2))
* added builder pattern to BKTUser ([#14](https://github.com/bucketeer-io/ios-client-sdk/issues/14)) ([b444efe](https://github.com/bucketeer-io/ios-client-sdk/commit/b444efee76559ee204c9deb0c76acae9ff190312))
* change background task id ([#22](https://github.com/bucketeer-io/ios-client-sdk/issues/22)) ([95ba45b](https://github.com/bucketeer-io/ios-client-sdk/commit/95ba45bb9dfbba44f6cc84b12e09a1c8a78627a1))
* change to throw an exception instead of using fatalError from BKTClient.shared ([#18](https://github.com/bucketeer-io/ios-client-sdk/issues/18)) ([881de7f](https://github.com/bucketeer-io/ios-client-sdk/commit/881de7fbd575fb1c01946ccbb62c13a179deea18))
* update bundle identifier ([#21](https://github.com/bucketeer-io/ios-client-sdk/issues/21)) ([7ec60d8](https://github.com/bucketeer-io/ios-client-sdk/commit/7ec60d82e9213e5f7fc4a21ef896f411ee8c406c))

## 2.0.0 (2023-05-31)


Expand Down

0 comments on commit 2ca77ad

Please sign in to comment.