diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6500705..17d4c94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 4.0.3 (2021-10-04)
+
+* chore(deps-dev): bump jest from 27.2.0 to 27.2.4 (#158) ([e85bcc0](https://github.com/readmeio/oas-normalize/commit/e85bcc0)), closes [#158](https://github.com/readmeio/oas-normalize/issues/158)
+* chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#160) ([e81d942](https://github.com/readmeio/oas-normalize/commit/e81d942)), closes [#160](https://github.com/readmeio/oas-normalize/issues/160)
+* chore(deps): bump node-fetch from 2.6.1 to 2.6.5 (#159) ([2f0918a](https://github.com/readmeio/oas-normalize/commit/2f0918a)), closes [#159](https://github.com/readmeio/oas-normalize/issues/159)
+* docs: adding a code of conduct ([600c0ff](https://github.com/readmeio/oas-normalize/commit/600c0ff))
+
+
+
## 4.0.1 (2021-09-01)
* chore(deps-dev): bump @readme/eslint-config from 6.0.0 to 6.1.0 (#157) ([df79698](https://github.com/readmeio/oas-normalize/commit/df79698)), closes [#157](https://github.com/readmeio/oas-normalize/issues/157)
diff --git a/package.json b/package.json
index 65806c3..32a9c45 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "oas-normalize",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "OpenAPI 3 or Swagger 2? YAML or JSON? URL, path, string or object? Who cares! It just works.",
"main": "index.js",
"engines": {