From c2c146b17ad5802d25e21e597b32ecbd5c80a157 Mon Sep 17 00:00:00 2001 From: frantuma Date: Wed, 20 Mar 2024 18:14:55 +0100 Subject: [PATCH] fix README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce8cbedcd1..87656c66f6 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,10 @@ For 2.X see [getting started with swagger 2.X](https://github.com/frantuma/swagg ## Compatibility The OpenAPI Specification has undergone several revisions since initial creation in 2010. The Swagger Core project has the following compatibilities with the OpenAPI Specification: -Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status -------------------------- |--------------| -------------------------- |-------------------------------------------------------------------------------------------------------------------| ---- -2.2.20 (**current stable**)| 2023-12-19 | 3.x | [tag v2.2.20](https://github.com/swagger-api/swagger-core/tree/v2.2.20) | Supported +Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status +------------------------- |--------------| -------------------------- | ----- | ---- +2.2.21 (**current stable**)| 2024-03-20 | 3.x | [tag v2.2.21](https://github.com/swagger-api/swagger-core/tree/v2.2.21) | Supported +2.2.20 | 2023-12-19 | 3.x | [tag v2.2.20](https://github.com/swagger-api/swagger-core/tree/v2.2.20) | Supported 2.2.19 | 2023-11-10 | 3.x | [tag v2.2.19](https://github.com/swagger-api/swagger-core/tree/v2.2.19) | Supported 2.2.18 | 2023-10-25 | 3.x | [tag v2.2.18](https://github.com/swagger-api/swagger-core/tree/v2.2.18) | Supported 2.2.17 | 2023-10-12 | 3.x | [tag v2.2.17](https://github.com/swagger-api/swagger-core/tree/v2.2.17) | Supported