Skip to content

Commit

Permalink
changes in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed Feb 12, 2025
1 parent eddd376 commit f160552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 2.4.0
* Bump to API version `202501` ([#76](https://github.com/singer-io/tap-linkedin-ads/pull/76))
* Fixes Dependabot issue
* singer-python upgrade to 6.1.0

## 2.3.1
* Fixes url encoding issue with `video_ads` stream pagination
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
install_requires=[
'backoff==2.2.1',
'requests==2.32.3',
'singer-python==6.0.0'
'singer-python==6.1.0'
],
extras_require={
'dev': [
Expand Down

0 comments on commit f160552

Please sign in to comment.