From 5b182509a3fa47d0d64e58968f74fecff4c2126e Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 28 Nov 2023 02:38:07 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f835e04..d21b1bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## Main Branch + +### Upgrades + +* Upgrade `axum` example to `0.7` + ## 0.12.7 - 2023-11-22 ### Enhancements