Skip to content

Commit

Permalink
Prepare v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef-stripe committed Mar 25, 2021
1 parent 5597398 commit 489301c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3
2.0.4
2 changes: 1 addition & 1 deletion config/packages/nelmio_api_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 489301c

Please sign in to comment.