diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e628d8..d073a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/sousandrei/iis2mdc/compare/v0.1.1...v0.1.2) (2023-04-09) + + +### Miscellaneous Chores + +* release 0.1.2 ([c9401a7](https://github.com/sousandrei/iis2mdc/commit/c9401a780748569eb5c771ec2fc13a6d1e5c3cf9)) + ## 0.1.1 (2022-09-17) diff --git a/Cargo.lock b/Cargo.lock index 253e9e5..425dc77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "iis2mdc" -version = "0.1.1" +version = "0.1.2" dependencies = [ "cortex-m", "cortex-m-rt", diff --git a/Cargo.toml b/Cargo.toml index 86d497e..cc32278 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "iis2mdc" readme = "README.md" repository = "https://github.com/sousandrei/iis2mdc" -version = "0.1.1" +version = "0.1.2" [dependencies]