Skip to content

Commit 285de77

Browse files
chore(main): release 2.0.1 (#95)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66bddb4 commit 285de77

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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.0"}
1+
{".":"2.0.1"}

CHANGELOG.md

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

3+
## [2.0.1](https://github.com/spotify/confidence-sdk-python/compare/v2.0.0...v2.0.1) (2025-08-04)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* logger should not override level ([#93](https://github.com/spotify/confidence-sdk-python/issues/93)) ([887464b](https://github.com/spotify/confidence-sdk-python/commit/887464b40a219ec7b88a45da44538bd5d07082c7))
9+
310
## [2.0.0](https://github.com/spotify/confidence-sdk-python/compare/v1.2.3...v2.0.0) (2025-05-07)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Python library for [Confidence](https://confidence.spotify.com/).
77
### pip install
88
<!---x-release-please-start-version-->
99
```python
10-
pip install spotify-confidence-sdk==2.0.0
10+
pip install spotify-confidence-sdk==2.0.1
1111
```
1212

1313
#### requirements.txt
1414
```python
15-
spotify-confidence-sdk==2.0.0
15+
spotify-confidence-sdk==2.0.1
1616

1717
pip install -r requirements.txt
1818
```

0 commit comments

Comments
 (0)