diff --git a/CHANGELOG.md b/CHANGELOG.md index 75036cd..b8e2742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,13 @@ 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] + +## [2.3.2] - 2021-01-27 ### Added - RequestBody now supports the `required` flag [#342](https://github.com/rswag/rswag/pull/342) -### Changed -### Deprecated -### Removed ### Fixed - Fix response example rendering [#330](https://github.com/rswag/rswag/pull/330) - Fix empty content block [#347](https://github.com/rswag/rswag/pull/347) -### Security ## [2.3.1] - 2020-04-08 ### Fixed