diff --git a/CHANGELOG.md b/CHANGELOG.md
index 429cec04a..52fff982a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 5.1.2 (2021-08-26)
+
+* chore(deps): upgrading oas-normalize to resolve validation quirks (#362) ([27ab077](https://github.com/readmeio/rdme/commit/27ab077)), closes [#362](https://github.com/readmeio/rdme/issues/362)
+* perf: stream bundled OpenAPI file instead of sending it wholesale (#361) ([8fbf131](https://github.com/readmeio/rdme/commit/8fbf131)), closes [#361](https://github.com/readmeio/rdme/issues/361)
+
+
+
## 5.1.1 (2021-08-26)
* fix: don't send header values that are 'undefined' (#360) ([ae03c1e](https://github.com/readmeio/rdme/commit/ae03c1e)), closes [#360](https://github.com/readmeio/rdme/issues/360)
diff --git a/package.json b/package.json
index 4e6929617..460f727dc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rdme",
- "version": "5.1.1",
+ "version": "5.1.2",
"description": "ReadMe's API CLI",
"license": "MIT",
"author": "ReadMe (https://readme.com)",