From b142eca9a5e43800c1a4e0332bf7961a7909a5b2 Mon Sep 17 00:00:00 2001 From: takezoe Date: Tue, 23 Sep 2025 09:56:19 +0900 Subject: [PATCH] Update change log for 4.44.0 --- CHANGELOG.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce11604b1..641f40198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All changes to the project will be documented in this file. ## 4.44.0 - 23 Sep 2025 -- Enhanced branch protection which supports: - - Rejecting users for push - - Applying protection to administrators +- Enhanced branch protection which supports the following settings: + - Prevent pushes from non-allowed users + - Whether to apply restrictions to administrator users as well - Improve logging for initialization errors ## 4.43.0 - 29 Jun 2025 diff --git a/README.md b/README.md index d4e31c386..4a4f62cdd 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ Support What's New in 4.44.x ------------- ## 4.44.0 - 23 Sep 2025 -- Enhanced branch protection which supports: - - Rejecting users for push - - Applying protection to administrators +- Enhanced branch protection which supports the following settings: + - Prevent pushes from non-allowed users + - Whether to apply restrictions to administrator users as well - Improve logging for initialization errors Note that you have to migrate h2 database file if you will upgrade GitBucket from 4.42 or before to 4.43 or later and you are using the default h2 database because h2 1.x and h2.x don't have compatibility: https://www.h2database.com/html/migration-to-v2.html