diff --git a/CHANGELOG.md b/CHANGELOG.md index f028ab1..02f3f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # CHANGELOG +## 0.3.0 (May 6th, 2017) +#### Features +* Now scanning for error while patching and avoid loading when patching failed ([#15](https://github.com/julian-poidevin/MBPMid2010_GPUFix/issues/15)) +* Improved modification of kext file ([#16](https://github.com/julian-poidevin/MBPMid2010_GPUFix/issues/16)) + ## 0.2.0 (May 4th, 2017) - #### BugFix * SIP window does not show anymore if Mac not compatible ([#13](https://github.com/julian-poidevin/MBPMid2010_GPUFix/issues/13)) * Restored warning pop-up before patching ([#10](https://github.com/julian-poidevin/MBPMid2010_GPUFix/issues/10)) diff --git a/mainwindow.h b/mainwindow.h index fa09065..395f8b3 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -1,7 +1,7 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H -#define VERSION "0.2.0" +#define VERSION "0.3.0" #define APP_NAME "MBPMid2010-GPU-Fix" #include