We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b38d441 + 9004b92 commit 0e2e6b3Copy full SHA for 0e2e6b3
2 files changed
CHANGELOG.md
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
7
+## [0.7.0] - 2023/11/22
8
+
9
+### Added
10
11
+- test stage to pipeline
12
+- Async client
13
14
+### Fixed
15
16
+- or_filters and and_filters that are exactly 200, 300,... items long are faulty
17
+- Property values could not be set to None
18
+- Or filters cannot have more than 100 items.
19
20
+### Changed
21
22
+- Convert to Pytest
23
24
## [0.6.0] - 2023/10/05
25
26
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-notion-api"
3
-version = "0.6.0"
+version = "0.7.0"
description = "Python wrapper for the official Notion API"
authors = [
"Mihails <mihails.delmans@colorifix.com>",
0 commit comments