We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26d301 commit 54da809Copy full SHA for 54da809
2 files changed
CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
7
+## [0.8.0] - 2024/03/22
8
+
9
+### Fixed
10
11
+- relationship configuration
12
13
+### Changed
14
15
+- soft upgrade to pydantic2
16
17
## [0.7.0] - 2023/11/22
18
19
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-notion-api"
3
-version = "0.7.0"
+version = "0.8.0"
description = "Python wrapper for the official Notion API"
authors = [
"Mihails <mihails.delmans@colorifix.com>",
0 commit comments