diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce9625..9bd0258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Version 1.5.4, 2017-06-23 + +- Hardware test refactored +- Continuous integration via Travis added +- Scripts updated + ## Version 1.5.3, 2017-04-29 - Hardware specification added, for RPi3 support (new kernel) diff --git a/version.php b/version.php index 79419f7..ebb732c 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ $plugin = new stdClass(); -$plugin->version = 2017042901; -$plugin->release = '1.5.3'; +$plugin->version = 2017062300; +$plugin->release = '1.5.4'; $plugin->requires = 2015051103; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'tool_moodlebox';