diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ac963bb40..7bf28161c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,6 +7,19 @@ For unreleased changes, see [changes](changes). ----------------------------------------------------------------------------- +## [1.36.0] - 2024-10-02 + +### Added + +* Support for API Key as an authentication method + Use of API Key in plugin-nabu archive function +* Archiving Action as part of the Nabu plugin + +### Fixed + +* * Update deprecated dependencies for `json-dir-list` + + ## [1.35.0] - 2024-08-29 ### Removed diff --git a/changes/add_api_key_auth.md b/changes/add_api_key_auth.md deleted file mode 100644 index b020943f4..000000000 --- a/changes/add_api_key_auth.md +++ /dev/null @@ -1,2 +0,0 @@ -Support for API Key as an authentication method -Use of API Key in plugin-nabu archive function diff --git a/changes/add_nabu_plugin_action.md b/changes/add_nabu_plugin_action.md deleted file mode 100644 index 69d2a744c..000000000 --- a/changes/add_nabu_plugin_action.md +++ /dev/null @@ -1 +0,0 @@ -Archiving Action as part of the Nabu plugin diff --git a/changes/fix_jdl_deps.md b/changes/fix_jdl_deps.md deleted file mode 100644 index a48363e3a..000000000 --- a/changes/fix_jdl_deps.md +++ /dev/null @@ -1 +0,0 @@ -* Update deprecated dependencies for `json-dir-list`