We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ec9d0 commit dc733ebCopy full SHA for dc733eb
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.20.1 - 2025-05-06]
6
+
7
+### Fixed
8
9
+- ExApps: `AppAPIAuthMiddleware`: correct handling of `disable_for` parameter. #357 Thanks to @BerengarWLehr
10
11
## [0.20.0 - 2025-04-28]
12
13
### Changed
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
-__version__ = "0.20.1.dev0"
+__version__ = "0.20.1"
0 commit comments