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