summaryrefslogtreecommitdiff
path: root/axum-core
diff options
context:
space:
mode:
Diffstat (limited to 'axum-core')
-rw-r--r--axum-core/CHANGELOG.md2
-rw-r--r--axum-core/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/axum-core/CHANGELOG.md b/axum-core/CHANGELOG.md
index be3e53ea..464ee314 100644
--- a/axum-core/CHANGELOG.md
+++ b/axum-core/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-# Unreleased
+# 0.4.4
- **added:** Derive `Clone` and `Copy` for `AppendHeaders` ([#2776])
- **added:** `must_use` attribute on `AppendHeaders` ([#2846])
diff --git a/axum-core/Cargo.toml b/axum-core/Cargo.toml
index c21b218e..2d4d0759 100644
--- a/axum-core/Cargo.toml
+++ b/axum-core/Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-core"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
-version = "0.4.3" # remember to also bump the version that axum and axum-extra depend on
+version = "0.4.4" # remember to also bump the version that axum and axum-extra depend on
[features]
tracing = ["dep:tracing"]