From 0aa2b02a85cb98c6b4c0bc64ec0531104f66419e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 10 Sep 2024 14:28:53 +0200 Subject: [PATCH] chore: correct date in changelog for 3.1.0 --- poem/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poem/CHANGELOG.md b/poem/CHANGELOG.md index c04e0e7137..0bdcf5516b 100644 --- a/poem/CHANGELOG.md +++ b/poem/CHANGELOG.md @@ -4,7 +4,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). -# [3.1.0] 2024-09-28 +# [3.1.0] 2024-09-08 - build(deps): update nix requirement from 0.28.0 to 0.29.0 [#851](https://github.com/poem-web/poem/pull/851) - Add manual `Default` implementation for `#[handler]` [#848](https://github.com/poem-web/poem/pull/848)