diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fde78..20c7461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.6] - 2026-01-04 + +### Fixed +- Fixed version generation in CI/CD builds +- Removed generated files (version.g.dart, health.json) from git tracking +- These files are now regenerated from pubspec.yaml during Docker build + ## [1.0.5] - 2026-01-04 ### Changed diff --git a/pubspec.yaml b/pubspec.yaml index e5737cc..8d6d0d6 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.0.5+1 +version: 1.0.6+1 environment: sdk: ^3.10.4