update changelog

This commit is contained in:
YamatoSecurity
2026-02-13 09:28:11 +09:00
parent a90b6caeed
commit f8d259e895
3 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# CHANGELOG
## 2.1.0 [2026/02/13] - Winter Release
**バグ修正:**
- 設定によりドメインコントローラのNetlogonが破損する可能性があった。 (#243) (@fukusuket) (この件を報告してくれた@feiglein74に感謝!)
## 2.0.0 [2025/11/16] - CODE BLUE リリース
**新機能:**

View File

@@ -1,5 +1,11 @@
# CHANGELOG
## 2.1.0 [2026/02/13] - Winter Release
**Bug Fixes:**
- Configuration might break Netlogon on Domain Controllers. (#243) (@fukusuket) (Thanks to @feiglein74 for reporting this!)
## 2.0.0 [2025/11/16] - CODE BLUE Release
**New Features:**

View File

@@ -5989,7 +5989,7 @@ Usage:
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
Write-Host $logo -ForegroundColor Green
Write-Host ""
Write-Host "WELA v2.0.0 - CODE BLUE Release"
Write-Host "WELA v2.1.0 - Winter Release"
Write-Host ""
switch ($Cmd.ToLower()) {