diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8be61f5..8311605e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 20.0.0 (2022-10-28)
+
+> **BREAKING CHANGE**
+>
+> This library is shifting focus to being soley focused on OpenAPI tooling and longer ships a CLI wrapper for creating OpenAPI definitions. If you need an OpenAPI (or Swagger) definition for your API we recommend checking out the API editing experience within [ReadMe](https://readme.com), manually maintaining JSON/YAML files (it sounds worse than it actually is), or the language-agnostic [swagger-inline](https://npm.im/swagger-inline).
+
+* chore(deps-dev): bumping dev deps ([371e041](https://github.com/readmeio/oas/commit/371e041))
+* feat: sunsetting the cli (#702) ([c1b2728](https://github.com/readmeio/oas/commit/c1b2728)), closes [#702](https://github.com/readmeio/oas/issues/702)
+* docs: adding a hero image for the readme ([26d6018](https://github.com/readmeio/oas/commit/26d6018))
+
+
+
## 19.0.4 (2022-10-27)
* fix: edgecase where we wouldn't always create valid operationIds (#701) ([df160c2](https://github.com/readmeio/oas/commit/df160c2)), closes [#701](https://github.com/readmeio/oas/issues/701)
diff --git a/package-lock.json b/package-lock.json
index 274a0fe5..2e2bb876 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "oas",
- "version": "19.0.4",
+ "version": "20.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "oas",
- "version": "19.0.4",
+ "version": "20.0.0",
"license": "MIT",
"dependencies": {
"@readme/json-schema-ref-parser": "^1.1.0",
diff --git a/package.json b/package.json
index 18c032f3..3efd6b51 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "oas",
- "version": "19.0.4",
+ "version": "20.0.0",
"description": "Comprehensive tooling for working with OpenAPI definitions",
"license": "MIT",
"author": "ReadMe (https://readme.com)",