We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9184016 commit 7c65033Copy full SHA for 7c65033
docs/release_notes.md
@@ -1,3 +1,6 @@
1
+### Version 0.11.1:
2
+- Fix: crash when using pydantic>=2.11
3
+
4
### Version 0.11.0:
5
- Feature: Added Document and Part field calculation events.
6
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contactsoftware-functions"
-version = "0.11.0"
+version = "0.11.1"
readme = "README.md"
license = "MIT"
0 commit comments