diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3bd6c7e..f9ae961 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -104,6 +104,6 @@ changelog: release: draft: true footer: | - Supports job archive version 1 and database version 5. + Supports job archive version 1 and database version 6. # vim: set ts=2 sw=2 tw=0 fo=cnqoj diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e3c94b4..1a7f054 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,6 @@ # `cc-backend` version 1.0.0 -Supports job archive version 1 and database version 4. +Supports job archive version 1 and database version 6. This is the initial release of `cc-backend`, the API backend and frontend implementation of ClusterCockpit.