diff --git a/CHANGELOG.md b/CHANGELOG.md index 51026f1..6a4cefb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # DiscCheckEmu Changelog -## [next] - Unreleased +## [0.3.0] - 2024-04-12 ### Added - RegEnumValueA hook @@ -10,7 +10,7 @@ ### Changed - API Logger (only in Debug build) is now powered by spdlog. - Optimized hooking engine install/uninstall. -- Optimized hooking engine for better performance. +- Optimized injector code for better performance. ## [0.2.1] - 2024-03-22 diff --git a/DiscCheckEmuAPIHook/Version.h b/DiscCheckEmuAPIHook/Version.h index 0e0fc45..9989a94 100644 --- a/DiscCheckEmuAPIHook/Version.h +++ b/DiscCheckEmuAPIHook/Version.h @@ -21,8 +21,8 @@ #define VERSION_MAJOR 0 -#define VERSION_MINOR 2 -#define VERSION_BUILD 1 +#define VERSION_MINOR 3 +#define VERSION_BUILD 0 #define VERSION_PRIVATE 0 #define VER_ORIGINAL_FILENAME "DCEAPIHook.dll" diff --git a/DiscCheckEmuLoader/Version.h b/DiscCheckEmuLoader/Version.h index 162703b..5aba188 100644 --- a/DiscCheckEmuLoader/Version.h +++ b/DiscCheckEmuLoader/Version.h @@ -21,7 +21,7 @@ #define VERSION_MAJOR 1 -#define VERSION_MINOR 0 +#define VERSION_MINOR 1 #define VERSION_BUILD 0 #define VERSION_PRIVATE 0