diff --git a/CHANGELOG.md b/CHANGELOG.md index 166df36..a0f3dd8 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](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.26.0] - 2023-09-21 +## [0.26.0] - 2023-10-17 * MSRV raised to 1.71 * Breaking change: All traits converted to AFIT, except `Unblocker`, which needs to compile with stable Rust * Breaking change: Upgraded to `embedded-io` 0.5 and `embedded-io-async` 0.5 diff --git a/Cargo.toml b/Cargo.toml index be76e36..3b6daab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-svc" -version = "0.25.3" +version = "0.26.0" authors = ["Ivan Markov "] edition = "2018" resolver = "2"