From ec1700bcde26751f872e018fc6e0c74e8e9950af Mon Sep 17 00:00:00 2001 From: lazysoundsystem Date: Tue, 15 Oct 2024 12:22:11 +0200 Subject: [PATCH] chore: update changelog Refs: OPS-10880 --- CHANGELOG.md | 16 ++++++++++++++++ composer.json | 4 ++-- composer.lock | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ed372..346ef4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. +## [9.7.6](https://github.com/UN-OCHA/gms-site/compare/v9.7.5...v9.7.6) (2024-10-15) + +### Bug Fixes + + +##### Tests + +* Set a higher rate limit for bots, so the test bot does not get limited because of its UA string. ([d5df8d](https://github.com/UN-OCHA/gms-site/commit/d5df8d64f0f8a4551367e06842bf1f1ecd067c37)) + +### Chores + +* Csp config for UNTV ([c4b306](https://github.com/UN-OCHA/gms-site/commit/c4b3067309491097fc40090daba0b22dcde3b22d)) +* Ignore audit warning that doesn't affect us ([7f8899](https://github.com/UN-OCHA/gms-site/commit/7f8899f93ebb46156cd6310fe1e0031ee505a6d5)) +* Remove csp module ([ec5f82](https://github.com/UN-OCHA/gms-site/commit/ec5f822f4a5a57a8fbc6215b063396783af41683)) +* Update all outdated drupal/* unocha/* drush/* packages. ([5ac145](https://github.com/UN-OCHA/gms-site/commit/5ac145ddf6df283d7904cc5d57e45a7a9ab312b2), [4f31e4](https://github.com/UN-OCHA/gms-site/commit/4f31e45025a4927803e4270eba6e7bd8577512bb), [84dea0](https://github.com/UN-OCHA/gms-site/commit/84dea0a5185fee432bea7c72a94297e75e7d0078), [4e59c2](https://github.com/UN-OCHA/gms-site/commit/4e59c296dcc00a45fdee84e98e33eae11fe935de)) + ## [9.7.5](https://github.com/UN-OCHA/gms-site/compare/v9.7.4...v9.7.5) (2024-09-17) ### Bug Fixes diff --git a/composer.json b/composer.json index 52fb040..a8a61a9 100644 --- a/composer.json +++ b/composer.json @@ -225,7 +225,7 @@ "abandoned": "report", "ignore": { "GHSA-mg8j-w93w-xjgc": "OPS-10899 - we do not store the hash salt in a file" - } + } } }, "extra": { @@ -310,5 +310,5 @@ "@git-hooks" ] }, - "version": "9.7.5" + "version": "9.7.6" } diff --git a/composer.lock b/composer.lock index 5d18735..d7d798d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9cefa4ff37354e3da2e210d5a8eb7a59", + "content-hash": "d35b2f685dc2f0f96451188ecd515458", "packages": [ { "name": "asm89/stack-cors",