From 12038bd17344d8b725394fdaf6f8c673ae95b974 Mon Sep 17 00:00:00 2001 From: Jared Fine Date: Fri, 22 May 2026 18:29:31 -0400 Subject: [PATCH] Add 1.29.1 --- LATEST-VERSION.txt | 2 +- RELEASENOTES.md | 1 - releasenotes/v1.29.1.md | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 releasenotes/v1.29.1.md diff --git a/LATEST-VERSION.txt b/LATEST-VERSION.txt index 9b277b94a..d52647a80 100644 --- a/LATEST-VERSION.txt +++ b/LATEST-VERSION.txt @@ -1 +1 @@ -v1.29.0 +v1.29.1 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c408e37e8..e69de29bb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1 +0,0 @@ -- BBS2GH: When a Bitbucket Server API request fails with a 5xx response, the response body is now included in the standard log output (alongside the generic error message) to make troubleshooting easier without needing to inspect the verbose log. diff --git a/releasenotes/v1.29.1.md b/releasenotes/v1.29.1.md new file mode 100644 index 000000000..c408e37e8 --- /dev/null +++ b/releasenotes/v1.29.1.md @@ -0,0 +1 @@ +- BBS2GH: When a Bitbucket Server API request fails with a 5xx response, the response body is now included in the standard log output (alongside the generic error message) to make troubleshooting easier without needing to inspect the verbose log.