From 489301c2aa69242fe469fa8dbacc7887b8463300 Mon Sep 17 00:00:00 2001 From: Youssef Ben Othman Date: Thu, 25 Mar 2021 09:31:48 +0100 Subject: [PATCH] Prepare v2.0.4 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- config/packages/nelmio_api_doc.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a68efca..d3142b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 2.0.4 + +- Fixed query params formatting for arrays (#72 thanks @fhervieux) + ## Version 2.0.3 - Fixed serialization of array query params on service endpoints (#70 thanks @fhervieux) diff --git a/VERSION b/VERSION index 50ffc5aa..2165f8f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3 +2.0.4 diff --git a/config/packages/nelmio_api_doc.yaml b/config/packages/nelmio_api_doc.yaml index 3498776d..b33171ef 100644 --- a/config/packages/nelmio_api_doc.yaml +++ b/config/packages/nelmio_api_doc.yaml @@ -6,7 +6,7 @@ nelmio_api_doc: This application is the connector between Stripe and Mirakl. It is in charge of onboarding the sellers in Stripe and sending them money through payouts. - version: 2.0.3 + version: 2.0.4 securityDefinitions: Bearer: type: apiKey