Skip to content

Commit 1c94ce8

Browse files
chore(main): release 2.0.2
1 parent edfc4ed commit 1c94ce8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.1"}
1+
{".":"2.0.2"}

CHANGELOG.md

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

3+
## [2.0.2](https://github.com/spotify/confidence-sdk-python/compare/v2.0.1...v2.0.2) (2025-09-22)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** introduce flexible protobuf version range ([#102](https://github.com/spotify/confidence-sdk-python/issues/102)) ([edfc4ed](https://github.com/spotify/confidence-sdk-python/commit/edfc4eda5e4fe03a88a46bf264b202736c3c26ad))
9+
10+
11+
### 📚 Documentation
12+
13+
* restructure to focus on Openfeature ([#97](https://github.com/spotify/confidence-sdk-python/issues/97)) ([a60cd7d](https://github.com/spotify/confidence-sdk-python/commit/a60cd7df4c86c0ef3ba420bde6c5ffe7db86fd41))
14+
315
## [2.0.1](https://github.com/spotify/confidence-sdk-python/compare/v2.0.0...v2.0.1) (2025-08-04)
416

517

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ the [OpenFeature reference documentation](https://openfeature.dev/docs/reference
1111
### pip install
1212
<!---x-release-please-start-version-->
1313
```python
14-
pip install spotify-confidence-sdk==2.0.1
14+
pip install spotify-confidence-sdk==2.0.2
1515
```
1616

1717
#### requirements.txt
1818
```python
19-
spotify-confidence-sdk==2.0.1
19+
spotify-confidence-sdk==2.0.2
2020

2121
pip install -r requirements.txt
2222
```

0 commit comments

Comments
 (0)