From b326508bacb0620179466f391fdf7238811099c4 Mon Sep 17 00:00:00 2001 From: Facundo Aita <80763964+tl-facundo-aita@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:21:38 +0000 Subject: [PATCH 1/2] chore: updated CHANGELOG for 1.6.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b756cc..a97ce823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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/). +## [1.6.0] - 2024-02-13 +### Changed +- Changed `GET payments-providers/{id}` to set the `Authorization` header on the request instead of the `client_id` on the query parameter. + ## [1.6.0] - 2024-01-22 - Fixed SSRF vulnerability with a CVSS score of 8.6 (High) From e0c6bc51687e60973896663b7ace961ec8e55853 Mon Sep 17 00:00:00 2001 From: Facundo Aita <80763964+tl-facundo-aita@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:24:20 +0000 Subject: [PATCH 2/2] fix: version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a97ce823..ed2cb5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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/). -## [1.6.0] - 2024-02-13 +## [1.6.1] - 2024-02-13 ### Changed - Changed `GET payments-providers/{id}` to set the `Authorization` header on the request instead of the `client_id` on the query parameter.