diff --git a/CHANGELOG.md b/CHANGELOG.md
index 100847202..37739787b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.
+---
+## [1.0.3](https://github.com/GZTimeWalker/GZCTF/compare/v1.0.2..v1.0.3) - 2024-11-26
+
+### ⛰️ Features
+
+- **(i18n)** add `vi-VN` support - ([8f8f79](https://github.com/GZTimeWalker/GZCTF/commit/8f8f79)) by **GZTime**
+- **(i18n)** use English for API document - ([39eb32](https://github.com/GZTimeWalker/GZCTF/commit/39eb32)) by **Steven He**
+- **(scoreboard)** record user emails & download only participants - ([014954](https://github.com/GZTimeWalker/GZCTF/commit/014954)) by **GZTime**
+- **(scoreboard)** export user email in scoreboard table - ([75d7e3](https://github.com/GZTimeWalker/GZCTF/commit/75d7e3)) by **GZTime**
+- use Scalar to replace Swagger - ([657fcc](https://github.com/GZTimeWalker/GZCTF/commit/657fcc)) by **Steven He**
+
+### 🎨 Styling
+
+- **(typography)** revert & fix style provided by ui framework - ([84d917](https://github.com/GZTimeWalker/GZCTF/commit/84d917)) by **GZTime**
+
---
## [1.0.2](https://github.com/GZTimeWalker/GZCTF/compare/v1.0.1..v1.0.2) - 2024-11-25
diff --git a/src/GZCTF.Test/GZCTF.Test.csproj b/src/GZCTF.Test/GZCTF.Test.csproj
index 2a1cf1436..1c9afd0c2 100644
--- a/src/GZCTF.Test/GZCTF.Test.csproj
+++ b/src/GZCTF.Test/GZCTF.Test.csproj
@@ -4,8 +4,8 @@
enable
false
true
- Debug;Release;GenAPI
- 1.0.2
+ Debug;Release
+ 1.0.3
True
4
diff --git a/src/GZCTF.sln b/src/GZCTF.sln
index 0bd85b36f..0886b80b6 100644
--- a/src/GZCTF.sln
+++ b/src/GZCTF.sln
@@ -40,6 +40,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
- version = 1.0.2
+ version = 1.0.3
EndGlobalSection
EndGlobal
diff --git a/src/GZCTF/ClientApp/package.json b/src/GZCTF/ClientApp/package.json
index 1c57481c3..325da8351 100644
--- a/src/GZCTF/ClientApp/package.json
+++ b/src/GZCTF/ClientApp/package.json
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
- "version": "1.0.2",
+ "version": "1.0.3",
"private": true,
"type": "module",
"scripts": {
diff --git a/src/GZCTF/GZCTF.csproj b/src/GZCTF/GZCTF.csproj
index bd1ac7bc7..0c5eb577a 100644
--- a/src/GZCTF/GZCTF.csproj
+++ b/src/GZCTF/GZCTF.csproj
@@ -2,7 +2,7 @@
net9.0
- 1.0.2.0
+ 1.0.3.0
GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)
enable
enable
@@ -18,7 +18,7 @@
http://localhost:63000
npm run dev -- --host
Debug;Release
- 1.0.2
+ 1.0.3
4
true
true