From e84b93919f7b41a7518329c6d5f084f89a15bdfe Mon Sep 17 00:00:00 2001 From: Ming Deng Date: Sat, 30 Jul 2022 16:03:02 +0800 Subject: [PATCH] prepare for releasing v2.0.5 (#5032) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc1c1a0..f25b7dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # developing + +# v2.0.5 + +Note: now we force the web admin service serving HTTP only. + - [Fix 4984: random expire cache](https://github.com/beego/beego/pull/4984) - [Fix 4907: make admin serve HTTP only](https://github.com/beego/beego/pull/5005) - [Feat 4999: add get all tasks function](https://github.com/beego/beego/pull/4999)