diff --git a/CHANGELOG.md b/CHANGELOG.md index 96500f7..fea6a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,26 @@ All notable changes to this project will be documented in this file. --> +## [0.0.4] - 2025-11-10 + +Build infrastructure improvements and example application. + +### Added +- Example SwiftUI application with theme demonstrations +- Support for data and file URL-based image inputs + +### Changed +- Updated SnappTheming dependency to "next" branch +- Migrated to external SwiftFormatLintPlugin for code linting +- Refactored CI/CD workflow using swift-coverage-action + +### Fixed +- [#12](https://github.com/Snapp-Mobile/SnappThemingSVGSupport/issues/12) + Proper SVG source handling with URL context for theme switching + +### Removed +- Internal build plugin in favor of external dependencies + ## [0.0.3] - 2025-02-25 Bug fixes and improvements