Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
1 parent ad40666 commit baf42c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.1"}
{".":"1.1.0"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://github.com/spotify/confidence-sdk-python/compare/v1.0.1...v1.1.0) (2024-12-12)


### 🐛 Bug Fixes

* 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))
* Resolve handling uses flag id ([ad40666](https://github.com/spotify/confidence-sdk-python/commit/ad4066695c3e0819db56b2b9de9c5be705c194fe))


### ✨ New Features

* add resolve debugger logging ([#77](https://github.com/spotify/confidence-sdk-python/issues/77)) ([1b34daf](https://github.com/spotify/confidence-sdk-python/commit/1b34daf4f2742474be09564611a267d73819bee4))

## [1.0.1](https://github.com/spotify/confidence-sdk-python/compare/v1.0.0...v1.0.1) (2024-11-07)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Python library for [Confidence](https://confidence.spotify.com/).
### pip install
<!---x-release-please-start-version-->
```python
pip install spotify-confidence-sdk==1.0.1
pip install spotify-confidence-sdk==1.1.0
```

#### requirements.txt
```python
spotify-confidence-sdk==1.0.1
spotify-confidence-sdk==1.1.0

pip install -r requirements.txt
```
Expand Down

0 comments on commit baf42c1

Please sign in to comment.