diff --git a/docs/changelog.md b/docs/changelog.md
index 579c1216..1c0f5d2f 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -4,6 +4,16 @@
Requires libvips v8.5.5.
+#### v0.18.3 - 13th September 2017
+
+* Skip shrink-on-load when trimming.
+ [#888](https://github.com/lovell/sharp/pull/888)
+ [@kleisauke](https://github.com/kleisauke)
+
+* Migrate from got to simple-get for basic auth support.
+ [#945](https://github.com/lovell/sharp/pull/945)
+ [@pbomb](https://github.com/pbomb)
+
#### v0.18.2 - 1st July 2017
* Expose libvips' xres and yres properties for TIFF output.
diff --git a/docs/index.md b/docs/index.md
index bcfdd81e..555b1b71 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -100,6 +100,8 @@ the help and code contributions of the following people:
* [Alice Monday](https://github.com/alice0meta)
* [Kristo Jorgenson](https://github.com/kristojorg)
* [Yves Bos](https://github.com/YvesBos)
+* [Nicolas Coden](https://github.com/ncoden)
+* [Matt Parrish](https://github.com/pbomb)
Thank you!
diff --git a/package.json b/package.json
index de7c6227..8b5d7f32 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "sharp",
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
- "version": "0.18.2",
+ "version": "0.18.3",
"author": "Lovell Fuller ",
"homepage": "https://github.com/lovell/sharp",
"contributors": [
@@ -37,7 +37,8 @@
"Kristo Jorgenson ",
"YvesBos ",
"Guy Maliar ",
- "Nicolas Coden "
+ "Nicolas Coden ",
+ "Matt Parrish "
],
"scripts": {
"clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",