diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bb742..e4a7932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to Offband Meshcore. Pre-releases are tagged `-beta.N` / `-rc.N`. +## [1.1.2-beta.3] - 2026-06-24 + +### Added +- Diagnostic logging of the Observer broker-pool fetch lifecycle (request sent, + header count, completed with N brokers + timing, or failed with the reason) to + the shared log, so a Share-logs capture shows in plain text whether a pool load + succeeds or stalls (#108). + ## [1.1.2-beta.2] - 2026-06-24 ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index 97f9f2a..6be1b2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.1.2-beta.2+32 +version: 1.1.2-beta.3+33 environment: sdk: ^3.9.2