Skip to content

Commit e736ac4

Browse files
chore(main): release 1.2.0 (#83)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 469be0d commit e736ac4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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

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

3+
## [1.2.0](https://github.com/spotify/confidence-sdk-python/compare/v1.1.0...v1.2.0) (2025-04-17)
4+
5+
6+
### ✨ New Features
7+
8+
* add support for setting resolve timeout ([#82](https://github.com/spotify/confidence-sdk-python/issues/82)) ([469be0d](https://github.com/spotify/confidence-sdk-python/commit/469be0dfcee28c3bbbd8cda28ea2c7bfc7f68b35))
9+
310
## [1.1.0](https://github.com/spotify/confidence-sdk-python/compare/v1.0.1...v1.1.0) (2024-12-12)
411

512

README.md

+2-2
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==1.1.0
10+
pip install spotify-confidence-sdk==1.2.0
1111
```
1212

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

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

0 commit comments

Comments
 (0)