From a22123d9de8aab631c94a5d5e7f34855ea09badb Mon Sep 17 00:00:00 2001 From: Jake Foster Date: Wed, 6 Nov 2024 14:30:29 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa69310..1d3a4b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a C ## Unreleased +## 4.0.0 + +### Added + +* Added build release scripts and GitHub Actions for automated releases (used for this release). +* Added a feature to disable XML-RPC (and removes all methods) for all requests that come from IPs that are not known Jetpack IPs. + ### Fixed * `login_nonce`: Fixed issue where loading cached version of login page would store invalid nonce.