Skip to content

Commit

Permalink
release: 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jul 30, 2019
1 parent 5253fea commit 88e7911
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 88e7911

Please sign in to comment.