From 82cb62b877a66623abc62f0a7154252cf1819cfc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sumire=20=28=E8=8F=AB=29?=
 <151038614+sumire88@users.noreply.github.com>
Date: Fri, 27 Sep 2024 11:24:17 -0400
Subject: [PATCH] chore(changelogs): include v0.7.2 changelogs (#653)

---
 CHANGELOGS.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/CHANGELOGS.md b/CHANGELOGS.md
index bb0f250..63aaa13 100644
--- a/CHANGELOGS.md
+++ b/CHANGELOGS.md
@@ -14,8 +14,10 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
 
 <!-- BEGIN NEW TOC ENTRY -->
 
-- [v0.7.1 (Latest)](#-latest)
-- [v0.7.0]($v070)
+- [v0.7.2 (Latest)](#v072-latest)
+- [v0.7.1](#v071)
+- [v0.8.0rc1 (Pre-release)](#v080rc1-pre-release)
+- [v0.7.0](#v070)
 - [v0.6.0](#v060)
 - [v0.5.1](#v051)
 - [v0.5.0](#v050)
@@ -41,6 +43,15 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
 - [v0.1.0](#v010)
 <!-- BEGIN NEW CHANGELOGS -->
 
+### v0.7.2 (Latest)
+
+> Release date: 2024/09/27
+
+#### Bug Fixes
+
+- fix: connection leaks (#624)
+- fix: crash on openwrt (#640)
+
 ### v0.7.1
 
 > Release date: 2024/08/21