diff --git a/Changelog.md b/Changelog.md index c10e48243..927cadbb9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # YourControls Changelog +## Version 2.5.8 + +* Added support for the Airbus H135 +* Resynced flaps/spoilers in the A32NX Experimental + ## Version 2.5.7 * Changed the window title to YourControls vX.X.X diff --git a/src/yourcontrols/Cargo.toml b/src/yourcontrols/Cargo.toml index 289fee68e..759f2170a 100644 --- a/src/yourcontrols/Cargo.toml +++ b/src/yourcontrols/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yourcontrols" -version = "2.5.7" +version = "2.5.8" license = "GPL-3.0" repository = "https://github.com/Sequal32/yourcontrols" edition = "2018"