Skip to content

Commit

Permalink
chore: Release v4.0.0-pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Nov 1, 2018
1 parent 0e8b58a commit ef54083
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Drafter Changelog

## 4.0.0-pre.2

### Bug Fixes

* Parameters which are of `enum` type will now have their `default` values
correctly serialized in the output using `enum` type

## 4.0.0-pre.1

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define DRAFTER_PATCH_VERSION 0

#define DRAFTER_VERSION_IS_RELEASE 0
#define DRAFTER_PRE_RELEASE_VERSION 1
#define DRAFTER_PRE_RELEASE_VERSION 2

#ifndef DRAFTER_STRINGIFY
#define DRAFTER_STRINGIFY(n) DRAFTER_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit ef54083

Please sign in to comment.