From 30a3f5f01d503011a46a6fd3f889ed703c4d5fbb Mon Sep 17 00:00:00 2001 From: Ash Allen Date: Sat, 28 Oct 2023 14:00:57 +0100 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c368820..449bc50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +**v7.1.0 (released 2023-10-28):** + +- Added an `https` config option that can be used to specify whether the API should be accessed over HTTPS or HTTP. [#136](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/136), [#137](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/137) +- Run CI tests with PHP 8.3. [#134](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/134) + **v7.0.1 (released 2023-10-13):** - Fixed bug that was using the wrong response class. [#130](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/130)