diff --git a/CHANGELOG.md b/CHANGELOG.md index 7307618..8dc26da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 4.1.0 - 2024-01-07 ### Changed - Upgrade OpenAPI Generator to 7.2.0 diff --git a/src/Makefile-swaggy-c b/src/Makefile-swaggy-c index b0181c0..bfb8823 100644 --- a/src/Makefile-swaggy-c +++ b/src/Makefile-swaggy-c @@ -4,7 +4,7 @@ ################################################################ # The version of Swaggy C -SWAGGY_C_VERSION = 4.0.2-pre.0 +SWAGGY_C_VERSION = 4.1.0 # The version of OpenAPI Generator (https://openapi-generator.tech/) used for generating the API clients OPENAPI_GENERATOR_VERSION = 7.2.0