Skip to content

Commit baf42c1

Browse files
chore(main): release 1.1.0 (#78)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ad40666 commit baf42c1

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/spotify/confidence-sdk-python/compare/v1.0.1...v1.1.0) (2024-12-12)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Resolve debug URL uses flag id ([#79](https://github.com/spotify/confidence-sdk-python/issues/79)) ([ad40666](https://github.com/spotify/confidence-sdk-python/commit/ad4066695c3e0819db56b2b9de9c5be705c194fe))
9+
* Resolve handling uses flag id ([ad40666](https://github.com/spotify/confidence-sdk-python/commit/ad4066695c3e0819db56b2b9de9c5be705c194fe))
10+
11+
12+
### ✨ New Features
13+
14+
* add resolve debugger logging ([#77](https://github.com/spotify/confidence-sdk-python/issues/77)) ([1b34daf](https://github.com/spotify/confidence-sdk-python/commit/1b34daf4f2742474be09564611a267d73819bee4))
15+
316
## [1.0.1](https://github.com/spotify/confidence-sdk-python/compare/v1.0.0...v1.0.1) (2024-11-07)
417

518

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

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

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

0 commit comments

Comments
 (0)