diff --git a/.env.prod.example b/.env.prod.example index fdfe240..b3c0305 100644 --- a/.env.prod.example +++ b/.env.prod.example @@ -8,7 +8,7 @@ # RELEASE VERSION # ===================================================== # Tag fra Gitea (f.eks. v1.0.0, v1.2.3) -RELEASE_VERSION=v2.0.1 +RELEASE_VERSION=v2.0.2 # ===================================================== # GITEA AUTHENTICATION diff --git a/RELEASE_NOTES_v2.0.2.md b/RELEASE_NOTES_v2.0.2.md new file mode 100644 index 0000000..a6cbfec --- /dev/null +++ b/RELEASE_NOTES_v2.0.2.md @@ -0,0 +1,7 @@ +# Release Notes v2.0.2 + +## Changes +- Minor updates and fixes following v2.0.1. + +--- +Release Date: 28. januar 2026 \ No newline at end of file diff --git a/VERSION b/VERSION index 10bf840..f93ea0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 \ No newline at end of file +2.0.2 \ No newline at end of file