diff --git a/Changelog.md b/Changelog.md index 3662e697..7f10bbd0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +**V1.14.7 - Updates** +- Fixed DEC runaway issue by updating avr-interrupt-stepper library to version 0.0.3 + **V1.13.7 - Updates** - Added ability to keep track of AZ and ALT positions across sessions, set their home positions and slew back to their home positions. diff --git a/Version.h b/Version.h index c513dc8f..346401c5 100644 --- a/Version.h +++ b/Version.h @@ -3,4 +3,4 @@ // Also, numbers are interpreted as simple numbers. _ __ _ // So 1.8 is actually 1.08, meaning that 1.12 is a later version than 1.8. \_(..)_/ -#define VERSION "V1.13.7" +#define VERSION "V1.13.8"