diff --git a/CHANGELOG.md b/CHANGELOG.md index f965684..357abb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 1.0.0 (2024-07-23) + + +### Bug Fixes + +* escape keystore_info params passed to bundletool ([3651593](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/commit/3651593a5e7cfae967badf0b0f11527e0ca56d40)) +* fix usage URI instead of deprecated Kernel ([3198783](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/commit/3198783b1ca003d0870261dfc6b3805a19a29371)) +* handle special characters ([4a80855](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/commit/4a80855e8ace99b8351b2d703d37a8abb975f1ca)) +* Merge pull request [#17](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/issues/17) from christianEconify/fix/handle-special-characters ([dc65f58](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/commit/dc65f58f362dccef5120753556ee09382c1b6511)) +* multiline string cmd for prepare_apk ([#23](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/issues/23)) ([ceb9fe1](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/commit/ceb9fe1d104eaf2d3dc97cb14a2be811240e9f6d)) +* tests on pr ([dbea065](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/commit/dbea0651efaff77c68edefa8a8ff8f15ba501d1b)) + ## [1.0.10] - 2024-05-28 - Handle special characters by @christianEconify in #17