diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79502760..1a70508b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 17.3.2 (2021-12-14)
+
+* fix: exclude readonly params from deprecatedProps (#561) ([3342bf2](https://github.com/readmeio/oas/commit/3342bf2)), closes [#561](https://github.com/readmeio/oas/issues/561)
+* test: adding a regression case for the enum typescript quirk (#560) ([fabf01b](https://github.com/readmeio/oas/commit/fabf01b)), closes [#560](https://github.com/readmeio/oas/issues/560)
+
+
+
## 17.3.1 (2021-12-08)
* fix: upgrading oas-normalize to fix a rare npm installation issue (#558) ([ce6123d](https://github.com/readmeio/oas/commit/ce6123d)), closes [#558](https://github.com/readmeio/oas/issues/558)
diff --git a/package-lock.json b/package-lock.json
index 3d3cc41e..971ee75f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "oas",
- "version": "17.3.1",
+ "version": "17.3.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "oas",
- "version": "17.3.1",
+ "version": "17.3.2",
"license": "MIT",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.6",
diff --git a/package.json b/package.json
index 0201fc40..f5526c5e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "oas",
- "version": "17.3.1",
+ "version": "17.3.2",
"description": "Working with OpenAPI definitions is hard. This makes it easier.",
"license": "MIT",
"author": "ReadMe (https://readme.com)",