We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260e1d1 commit bb757f9Copy full SHA for bb757f9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.2.1-dev3
2
+
3
+### Fixes
4
5
+* **Fix Notion Pagination** Iterate on Notion paginated results using the `next_cursor` and `start_cursor` properties.
6
7
## 0.2.1-dev2
8
9
### Enhancements
unstructured_ingest/__version__.py
@@ -1 +1 @@
-__version__ = "0.2.1-dev2" # pragma: no cover
+__version__ = "0.2.1-dev3" # pragma: no cover
0 commit comments