diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19dc58dc..b2f03e86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 14.2.0 (2021-08-12)
+
+* perf: only include components if circular $ref pointers are in the JSON Schema (#479) ([f3193a0](https://github.com/readmeio/oas/commit/f3193a0)), closes [#479](https://github.com/readmeio/oas/issues/479)
+
+
+
## 14.1.1 (2021-08-10)
* chore(deps-dev): bump @babel/preset-env from 7.14.8 to 7.14.9 (#474) ([fde43b9](https://github.com/readmeio/oas/commit/fde43b9)), closes [#474](https://github.com/readmeio/oas/issues/474)
diff --git a/package.json b/package.json
index b942dd84..70bd4d1f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "oas",
- "version": "14.1.1",
+ "version": "14.2.0",
"description": "Working with Swagger and OpenAPI definitions is hard. This makes it easier.",
"license": "MIT",
"author": "ReadMe (http://readme.io)",