From 97f891132b656a86a77612ba95cf26ecac0b8ea5 Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Fri, 16 May 2025 08:24:00 +0300 Subject: [PATCH] Removed redundant changelog --- CHANGELOG.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 1d0ea67..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,17 +0,0 @@ -# Changelog - -All notable changes to the Eurovision-25 backend will be documented in this file. - -## [1.0rc1] - 2025-05-10 - -### First Release Candidate - -This is the first release candidate for Eurovision-25 backend, featuring all core functionality: - -- Authentication and user management -- Song management and reviews -- Results calculation and display -- Admin functionality -- Static file serving for avatars and country flags - -The application is now feature complete, but may still contain bugs that will be addressed before the final 1.0.0 release.