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.