From 113d4878c23c8f99a48869d6f37643065879b453 Mon Sep 17 00:00:00 2001 From: "yndu13(agent)" Date: Tue, 18 Aug 2026 12:00:07 +0800 Subject: [PATCH] Bump 1.2.5 --- CHANGELOG.md | 5 +++++ src/Credential.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 703a558..4000ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 1.2.5 - 2026-08-18 + +- Fix ECS RAM Role: fall back to IMDSv1 when IMDSv2 token succeeds but later metadata requests fail. +- Fix: treat backslash-newline as POSIX line continuation when splitting process_command. + ## 1.2.0 - 2024-10-17 - Refactor all credentials providers. diff --git a/src/Credential.php b/src/Credential.php index fb89018..7185421 100644 --- a/src/Credential.php +++ b/src/Credential.php @@ -29,7 +29,7 @@ class Credential /** * Version of the Client */ - const VERSION = '1.1.5'; + const VERSION = '1.2.5'; /** * @var Config