diff --git a/docs/changelog.md b/docs/changelog.md
index 12b1b216..2857a5da 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -2,6 +2,8 @@
### v0.14 - "*needle*"
+#### v0.14.0 - 2nd April 2016
+
* Add ability to extend (pad) the edges of an image.
[#128](https://github.com/lovell/sharp/issues/128)
[@blowsie](https://github.com/blowsie)
@@ -26,6 +28,10 @@
[#367](https://github.com/lovell/sharp/issues/367)
[@salzhrani](https://github.com/salzhrani)
+* Ensure output image EXIF Orientation values are within 1-8 range.
+ [#385](https://github.com/lovell/sharp/pull/385)
+ [@jtobinisaniceguy](https://github.com/jtobinisaniceguy)
+
* Ensure ratios are not swapped when rotating 90/270 and ignoring aspect.
[#387](https://github.com/lovell/sharp/issues/387)
[@kleisauke](https://github.com/kleisauke)
diff --git a/package.json b/package.json
index 28211b14..aa6a96e8 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,8 @@
"Alaric Holloway ",
"Bernhard K. Weisshuhn ",
"Chris Riley ",
- "David Carley "
+ "David Carley ",
+ "John Tobin "
],
"description": "High performance Node.js module to resize JPEG, PNG, WebP and TIFF images using the libvips library",
"scripts": {