Skip to content

Commit 848d9ae

Browse files
chore(main): release 1.2.0 (#182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6eb5dc7 commit 848d9ae

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.0"}
1+
{".":"1.2.0"}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/spotify/confidence-sdk-swift/compare/1.1.0...1.2.0) (2024-12-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Context APIs changes and documentation/onboarding ([#180](https://github.com/spotify/confidence-sdk-swift/issues/180))
9+
10+
### 🐛 Bug Fixes
11+
12+
* align debug resolve log wording on all platforms ([5369e04](https://github.com/spotify/confidence-sdk-swift/commit/5369e0484dc6f1241818f0798f5da2ace24fa517))
13+
* Align debug resolve log wording on all platforms ([#181](https://github.com/spotify/confidence-sdk-swift/issues/181)) ([5369e04](https://github.com/spotify/confidence-sdk-swift/commit/5369e0484dc6f1241818f0798f5da2ace24fa517))
14+
15+
16+
### 🔄 Refactoring
17+
18+
* Context APIs changes and documentation/onboarding ([#180](https://github.com/spotify/confidence-sdk-swift/issues/180)) ([6eb5dc7](https://github.com/spotify/confidence-sdk-swift/commit/6eb5dc7d8c67c0b1f8b935909b04b670317d86fb))
19+
320
## [1.1.0](https://github.com/spotify/confidence-sdk-swift/compare/1.0.1...1.1.0) (2024-11-19)
421

522

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Functionalities:
1919
<!---x-release-please-start-version-->
2020
In the dependencies section of Package.swift add:
2121
```swift
22-
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.1.0")
22+
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.2.0")
2323
```
2424
<!---x-release-please-end-->
2525

Sources/Confidence/Confidence.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ extension Confidence {
468468
timeoutIntervalForRequest: timeout)
469469
let metadata = ConfidenceMetadata(
470470
name: sdkId,
471-
version: "1.1.0") // x-release-please-version
471+
version: "1.2.0") // x-release-please-version
472472
let uploader = RemoteConfidenceClient(
473473
options: options,
474474
metadata: metadata,

Sources/ConfidenceProvider/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you want to use OpenFeature, an OpenFeature Provider for the [OpenFeature SDK
88
<!---x-release-please-start-version-->
99
In the dependencies section of Package.swift add:
1010
```swift
11-
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.1.0")
11+
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.2.0")
1212
```
1313
<!---x-release-please-end-->
1414

0 commit comments

Comments
 (0)