diff --git a/.changeset/shiny-spoons-hug.md b/.changeset/shiny-spoons-hug.md
new file mode 100644
index 0000000..6bb16d8
--- /dev/null
+++ b/.changeset/shiny-spoons-hug.md
@@ -0,0 +1,5 @@
+---
+"@eventcatalog/generator-openapi": minor
+---
+
+chore(plugin): force minor version for openapi
diff --git a/packages/generator-openapi/README.md b/packages/generator-openapi/README.md
index 5f4e8d2..2f39ece 100644
--- a/packages/generator-openapi/README.md
+++ b/packages/generator-openapi/README.md
@@ -6,7 +6,7 @@
[![](https://dcbadge.limes.pink/api/server/https://discord.gg/3rjaZMmrAm?style=flat)](https://discord.gg/3rjaZMmrAm) [](https://www.linkedin.com/in/david-boyne/) [![blog](https://img.shields.io/badge/license-Dual--License-brightgreen)](https://github.com/event-catalog/generator-openapi/blob/main/LICENSE.md)
-
+
Features: Generate EventCatalogs with your OpenAPI files, Auto versioning, schema downloads, map to domains, custom OpenAPI extensions and more...
@@ -150,4 +150,4 @@ You can find the [contributing guidelines here](https://eventcatalog.dev/docs/co
This project is governed by a [dual-license](./LICENSE.md). To ensure the sustainability of the project, you can freely make use of this software if your projects are Open Source. Otherwise for internal systems you must obtain a [commercial license](./LICENSE-COMMERCIAL.md).
-If you would like to obtain a Commercial License, you can purchase a license at https://dashboard.eventcatalog.dev or email us at `hello@eventcatalog.dev`.
+If you would like to obtain a Commercial License, you can purchase a license at https://dashboard.eventcatalog.dev or email us at `hello@eventcatalog.dev`
diff --git a/packages/generator-openapi/package.json b/packages/generator-openapi/package.json
index 17cd7b9..457a25f 100644
--- a/packages/generator-openapi/package.json
+++ b/packages/generator-openapi/package.json
@@ -1,6 +1,6 @@
{
"name": "@eventcatalog/generator-openapi",
- "version": "3.1.2",
+ "version": "3.2.0",
"description": "OpenAPI generator for EventCatalog",
"scripts": {
"build": "tsup",