diff --git a/CHANGELOG.md b/CHANGELOG.md index f9acf52cb..bb3889059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Drafter Changelog -## Master +## 4.0.0-pre.7 (2019-05-31) + +### Enhancements + +* The default build type is now release when using cmake. ### Bug Fixes @@ -8,10 +12,6 @@ This prevents crashes on `Include` statements in `enum` contexts. [#709](https://github.com/apiaryio/drafter/issues/709) -### Enhancements - -* The default build type is now release when using cmake. - ## 4.0.0-pre.6 (2019-05-20) ### Bug Fixes diff --git a/src/Version.h b/src/Version.h index 01432f49f..9ee138974 100644 --- a/src/Version.h +++ b/src/Version.h @@ -18,7 +18,7 @@ #define DRAFTER_PATCH_VERSION 0 #define DRAFTER_VERSION_IS_RELEASE 0 -#define DRAFTER_PRE_RELEASE_VERSION 6 +#define DRAFTER_PRE_RELEASE_VERSION 7 #ifndef DRAFTER_STRINGIFY #define DRAFTER_STRINGIFY(n) DRAFTER_STRINGIFY_HELPER(n)