From 524e4f3d99e1a24796594b588021253dfa2f4484 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 13 Nov 2023 11:35:03 +0100 Subject: [PATCH] Updating release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbbe2dd..51090a5 100644 --- a/CHANGELOG.md +++ b/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](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.3.0] - 2023-11-02 +## [0.3.0] - 2023-11-13 ### Fixed * Fixed a defect where enumeration may fail due to timing-related issues ([#128](https://github.com/rust-embedded-community/usb-device/issues/128))