Skip to content

Commit a759de5

Browse files
committed
bump version to 0.2.8
1 parent 9307f7c commit a759de5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

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

3+
### 0.2.8 (2023-10-20)
4+
5+
- Multiple stream sync
6+
Support URLs and parameters per stream
7+
See https://github.com/anelendata/tap-rest-api#multiple-streams
8+
39
### 0.2.7 (2022-03-11)
410

511
- Use digest for dup check instead of raw record enhancement #24

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
VERSION = "0.2.7"
4+
VERSION = "0.2.8"
55

66
with open("README.md", "r") as fh:
77
long_description = fh.read()

0 commit comments

Comments
 (0)