CHANGELOG.md in eco-helpers-3.0.6 vs CHANGELOG.md in eco-helpers-3.0.7
- old
+ new
@@ -1,15 +1,26 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [3.0.7] - 2024-08-xx
+## [3.0.8] - 2024-08-xx
### Added
### Changed
### Fixed
+
+## [3.0.7] - 2024-08-27
+
+### Added
+
+- `Eco::API::UseCases::GraphQL::Helpers::Base::ErrorHandling`
+
+### Fixed
+
+- `Service:TreeUpdate`
+ - Should NOT call `re_archive` when there was a error that is NOT due to an interrupt (i.e. so when raised **error** or `exit`ed)
## [3.0.6] - 2024-08-26
### Added