diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e0905a6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.0.1] - 2026-05-25 + +### Added +- Initial public release of Dart Qibla direction library +- `calcQibla(lat, lng)` function returning bearing in degrees +- 48 tests passing across edge cases +- Pure Dart implementation with no native dependencies