diff --git a/docs/src/paradox/00-release-notes/index.md b/docs/src/paradox/00-release-notes/index.md index e1eec7805e..f85b04a5fe 100644 --- a/docs/src/paradox/00-release-notes/index.md +++ b/docs/src/paradox/00-release-notes/index.md @@ -15,6 +15,7 @@ These are the release notes for each version of Knora. * [v1.7.0](v1.7.0.md) * [v2.x.x](v2.x.x.md) * [v3.x.x](v3.x.x.md) +* [v4.x.x](v4.x.x.md) * [NEXT RELEASE](next.md) * [MIGRATION NOTES](migration.md) diff --git a/docs/src/paradox/00-release-notes/next.md b/docs/src/paradox/00-release-notes/next.md index b59fdfb2e5..66acccee8d 100644 --- a/docs/src/paradox/00-release-notes/next.md +++ b/docs/src/paradox/00-release-notes/next.md @@ -11,6 +11,4 @@ Also, please change the "HINT" to the appropriate level: ## HINT => LEVEL -- MAJOR CHANGE: mapping creation request and response formats have changed (@github[#1094](#1094)). -- MINOR CHANGE: Update technical user docs (@github[#1085](#1085)) -- BUGFIX CHANGE: Fix permission checking in API v2 resource creation (@github[#1104](#1104)) + diff --git a/docs/src/paradox/00-release-notes/v4.x.x.md b/docs/src/paradox/00-release-notes/v4.x.x.md new file mode 100644 index 0000000000..c4e29c9e02 --- /dev/null +++ b/docs/src/paradox/00-release-notes/v4.x.x.md @@ -0,0 +1,8 @@ +# v4.x.x Release Notes + + +## v4.0.0 + +- MAJOR CHANGE: mapping creation request and response formats have changed (@github[#1094](#1094)). +- MINOR CHANGE: Update technical user docs (@github[#1085](#1085)) +- BUGFIX CHANGE: Fix permission checking in API v2 resource creation (@github[#1104](#1104))