diff --git a/CHANGELOG.md b/CHANGELOG.md index bbea552..72619cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,3 +55,7 @@ * Data deduplication bug fix patch. ## 3.0.3 * Support for Teensy (#87) +## 3.0.4 + * Skipped message bug fixed (#86) + * Debug (alpha) documented for simavr/avr-gdb (ci.md) + diff --git a/library.properties b/library.properties index a1c554e..2c20ce8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoUnit -version=3.0.3 +version=3.0.4 author=Warren MacEvoy maintainer=Warren MacEvoy sentence=Flexible test framework for arduino projects.