Skip to content

Commit 75738cf

Browse files
authored
Merge pull request #979 from stellar/release/6.0.1-dev
Release `6.0.1` to `dev`
2 parents ef848b0 + 8dc9faa commit 75738cf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

7+
## [6.0.1](https://github.com/stellar/stellar-disbursement-platform-backend/releases/tag/6.0.1) ([diff](https://github.com/stellar/stellar-disbursement-platform-backend/compare/6.0.0...6.0.1))
8+
9+
### Fixed
10+
11+
- Fix Twilio error 21656 when sending WhatsApp OTP messages by updating template to single variable format as required by Twilio/Meta's updated authentication template requirements [#974](https://github.com/stellar/stellar-disbursement-platform-backend/pull/974)
12+
13+
### Security and Dependencies
14+
15+
- Bump the all-docker group with 2 updates [#976](https://github.com/stellar/stellar-disbursement-platform-backend/pull/976)
16+
- golang from 1.25.4-alpine to 1.25.5-alpine
17+
- alpine from 3.22 to 3.23
18+
- Bump the minor-and-patch group with 7 updates [#977](https://github.com/stellar/stellar-disbursement-platform-backend/pull/977)
19+
720
## [6.0.0](https://github.com/stellar/stellar-disbursement-platform-backend/releases/tag/6.0.0) ([diff](https://github.com/stellar/stellar-disbursement-platform-backend/compare/5.0.0...6.0.0))
821

922
### 🚨Potential Breaking Changes

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
// Version is the official version of this application. Whenever it's changed
1515
// here, it also needs to be updated at the `helmchart/Chart.yaml#appVersion“.
16-
const Version = "6.0.0"
16+
const Version = "6.0.1"
1717

1818
// GitCommit is populated at build time by
1919
// go build -ldflags "-X main.GitCommit=$GIT_COMMIT"

0 commit comments

Comments
 (0)