diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b756cc..ed2cb5dd 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.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. + ## [1.6.0] - 2024-01-22 - Fixed SSRF vulnerability with a CVSS score of 8.6 (High)