diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb6a2ac4..df93fb06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 10.7.1 (2021-04-27)
+
+* fix: adding support for matching schemeless OAS server urls (#411) ([456b139](https://github.com/readmeio/oas/commit/456b139)), closes [#411](https://github.com/readmeio/oas/issues/411)
+
+
+
## 10.7.0 (2021-04-21)
* feat: adding support retrieving 204/empty responses (#410) ([e509ab9](https://github.com/readmeio/oas/commit/e509ab9)), closes [#410](https://github.com/readmeio/oas/issues/410)
diff --git a/package.json b/package.json
index 0312f164..799325ef 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "oas",
- "version": "10.7.0",
+ "version": "10.7.1",
"description": "Working with Swagger and OpenAPI definitions is hard. This makes it easier.",
"license": "MIT",
"author": "ReadMe (http://readme.io)",