From 88e79114c40850bf28c4909ac50615e4d7122ad5 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 30 Jul 2019 12:18:50 +0100 Subject: [PATCH] release: 4.0.0 --- CHANGELOG.md | 10 +++++++--- src/Version.h | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62943c780..949f26c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Drafter Changelog +## 4.0.0 (2019-07-30) + +### Bug Fixes + +* Avoid duplication in `enumerations` for same elements with different description + [#718](https://github.com/apiaryio/drafter/issues/719) + ## 4.0.0-pre.8 (2019-07-01) ### Enhancements @@ -10,9 +17,6 @@ ### Bug Fixes -* Avoid duplication in `enumerations` for same elements with different description - [#718](https://github.com/apiaryio/drafter/issues/719) - * Fix escaping keys in generated JSON/JSON-Scheme in generated assets [#719](https://github.com/apiaryio/drafter/issues/719) diff --git a/src/Version.h b/src/Version.h index 5be7e0787..aa2b1fa90 100644 --- a/src/Version.h +++ b/src/Version.h @@ -17,8 +17,8 @@ #define DRAFTER_MINOR_VERSION 0 #define DRAFTER_PATCH_VERSION 0 -#define DRAFTER_VERSION_IS_RELEASE 0 -#define DRAFTER_PRE_RELEASE_VERSION 8 +#define DRAFTER_VERSION_IS_RELEASE 1 +#define DRAFTER_PRE_RELEASE_VERSION 0 #ifndef DRAFTER_STRINGIFY #define DRAFTER_STRINGIFY(n) DRAFTER_STRINGIFY_HELPER(n)