From e28d4acff4dd8f1aa8d07dfe86a5f02f9db764f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 22 Jul 2022 09:16:06 +0000 Subject: [PATCH] chore(release): 8.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [8.0.0](https://github.com/CESNET/proxystatistics-simplesamlphp-module/compare/v7.1.1...v8.0.0) (2022-07-22) ### Features * 🎸 API write ([44e507a](https://github.com/CESNET/proxystatistics-simplesamlphp-module/commit/44e507aef480a9a029243fe92d61183cbc6b4776)) ### BREAKING CHANGES * Requires at least PHP v7.3 or higher (due to usage of JSON_THROW_ON_ERROR constant) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8defea9..fc3769a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [8.0.0](https://github.com/CESNET/proxystatistics-simplesamlphp-module/compare/v7.1.1...v8.0.0) (2022-07-22) + + +### Features + +* 🎸 API write ([44e507a](https://github.com/CESNET/proxystatistics-simplesamlphp-module/commit/44e507aef480a9a029243fe92d61183cbc6b4776)) + + +### BREAKING CHANGES + +* Requires at least PHP v7.3 or higher (due to usage of +JSON_THROW_ON_ERROR constant) + ## [7.1.1](https://github.com/CESNET/proxystatistics-simplesamlphp-module/compare/v7.1.0...v7.1.1) (2022-07-22) -- GitLab