From 157d6f23dc53ea995294646c4f6301116aaa2bfa Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Tue, 22 Feb 2022 16:48:08 +0000 Subject: [PATCH] Fix v0.2.5 release date (#250) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b9e19b..99b442ba 100644 --- a/CHANGELOG.md +++ b/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](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.2.5] - 2022-02-08 +## [0.2.5] - 2022-02-22 ### Added - ESP-IDF targets (`*‑espidf`) support [#245]