From 29734f50bd9ecc3fc9933e1f3f05d1c5932b4c1a Mon Sep 17 00:00:00 2001 From: Shalvah A Date: Tue, 11 Sep 2018 17:19:50 +0100 Subject: [PATCH] Update CHANGELOG (2.1.3) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8e0585..d4701037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed -- Parse `@response` tags regardless of HTTP method ### Removed +## [2.1.3] - 11th September, 2018 +### Fixed +- Parse `@response` tags regardless of HTTP method (https://github.com/mpociot/laravel-apidoc-generator/pull/318) + ## [2.1.2] - 10th September, 2018 ### Fixed - Set correct HTTP method when parsing FormRequest (https://github.com/mpociot/laravel-apidoc-generator/pull/314)