diff --git a/CHANGELOG.md b/CHANGELOG.md index 249a7b6e..196d90dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Release Notes -## [Unreleased](https://github.com/laravel/package-template/compare/v1.0.0...1.x) +## [Unreleased](https://github.com/laravel/package-template/compare/v0.1.1...main) + +## [v0.1.1](https://github.com/laravel/package-template/compare/v1.0.0...v0.1.1) - 2023-07-31 + +### What's Changed + +- (feat) Enforce static calls of static methods by [@lucasmichot](https://github.com/lucasmichot) in https://github.com/laravel/prompts/pull/11 +- fix: Check for non-null return value from fread to handle character z… by [@igorblumberg](https://github.com/igorblumberg) in https://github.com/laravel/prompts/pull/15 +- Replace tput command as it's not available on all OSes by [@digiservnet](https://github.com/digiservnet) in https://github.com/laravel/prompts/pull/14 +- Improve errors on unsupported environments by [@jessarcher](https://github.com/jessarcher) in https://github.com/laravel/prompts/pull/20 + +**Full Changelog**: https://github.com/laravel/prompts/compare/v0.1.0...v0.1.1 ## v1.0.0 (2023-07-26)