From 670c94cc445c1fcf3601f48ba6f7dc277bd91d71 Mon Sep 17 00:00:00 2001 From: Blake Erickson Date: Wed, 27 Jan 2021 14:53:15 -0700 Subject: [PATCH] Update version to 2.3.2 in changelog --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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