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 Jun 22, 2023
1 parent 276aa89 commit e355f05
Show file tree
Hide file tree
Showing 3 changed files with 14 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
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


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

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

## 2.0.0 (2023-05-31)


Expand Down

0 comments on commit e355f05

Please sign in to comment.