Skip to content

Commit 3f94f79

Browse files
chore(main): release 0.2.6 (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cc97e9e commit 3f94f79

3 files changed

Lines changed: 10 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-
{".":"0.2.5"}
1+
{".":"0.2.6"}

CHANGELOG.md

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

3+
## [0.2.6](https://github.com/spotify/confidence-sdk-python/compare/v0.2.5...v0.2.6) (2024-09-11)
4+
5+
6+
### ✨ New Features
7+
8+
* Update base url ([#63](https://github.com/spotify/confidence-sdk-python/issues/63)) ([cc97e9e](https://github.com/spotify/confidence-sdk-python/commit/cc97e9e6162ed945198901a448c64421c66c8f89))
9+
310
## [0.2.5](https://github.com/spotify/confidence-sdk-python/compare/v0.2.4...v0.2.5) (2024-09-09)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ 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==0.2.5
10+
pip install spotify-confidence-sdk==0.2.6
1111

1212
#### requirements.txt
1313
```python
14-
spotify-confidence-sdk==0.2.5
14+
spotify-confidence-sdk==0.2.6
1515

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

0 commit comments

Comments
 (0)