Skip to content

Commit

Permalink
Minor bump v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanu73 committed Feb 20, 2024
1 parent 9a5ae2d commit a533934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.1.0
* Change clients stream to full sync [#111](https://github.com/singer-io/tap-mambu/pull/111)

## 4.0.4
* Handle `None` values in `users.access.permissions` list [#110](https://github.com/singer-io/tap-mambu/pull/110)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='tap-mambu',
version='4.0.4',
version='4.1.0',
description='Singer.io tap for extracting data from the Mambu 2.0 API',
author='[email protected]',
classifiers=['Programming Language :: Python :: 3 :: Only'],
Expand Down

0 comments on commit a533934

Please sign in to comment.