We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e43a1 commit 1773163Copy full SHA for 1773163
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.3.7] - 2025-08-08
9
+
10
+### Fixed
11
+- Fixed issue where changing max_budget_in_team didn't update existing team members with new budget
12
+- Added budget change detection using d.HasChange to update ALL existing members when budget changes
13
+- Implemented tracking to avoid duplicate API calls for members already updated
14
+- Enhanced debug logging for budget update operations
15
16
## [0.3.6] - 2025-08-08
17
18
### Fixed
0 commit comments