diff --git a/CHANGELOG.md b/CHANGELOG.md index 7626dd3..c1d1517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2] - 2021-04-02 + + + +### Changed +- Bumped the supported version of Spelunky + ## [0.5.2] - 2021-01-02 diff --git a/README.md b/README.md index e32cf93..1c5e7e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Playlunky

- + diff --git a/source/playlunky/detour/win_main.cpp b/source/playlunky/detour/win_main.cpp index 7784b68..25cfef5 100644 --- a/source/playlunky/detour/win_main.cpp +++ b/source/playlunky/detour/win_main.cpp @@ -11,7 +11,7 @@ #include #include -inline constexpr std::string_view s_SupportedSpelunkyVersion = "1.20.1d"; +inline constexpr std::string_view s_SupportedSpelunkyVersion = "1.20.2a"; struct DetourWinMain { inline static SigScan::Function Trampoline{