Skip to content

Commit

Permalink
chore(main): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bucketeer-bot committed Jul 3, 2023
1 parent 4b880a4 commit 2188d83
Show file tree
Hide file tree
Showing 3 changed files with 20 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.1.0' # 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.1.0" // x-release-please-version
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.1.0](https://github.com/bucketeer-io/ios-client-sdk/compare/v2.0.0...v2.1.0) (2023-07-03)


### 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))


### 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))

## 2.0.0 (2023-05-31)


Expand Down

0 comments on commit 2188d83

Please sign in to comment.