# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.3] - 2021-08-30 ### Changed - Run composer update on test-php command instead of phpunit - Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). ## [0.1.2] - 2021-05-25 ### Fixed - Avoid checking in vendor directory. ## [0.1.1] - 2021-04-27 ### Changed - Updated package dependencies. ## 0.1.0 - 2021-03-30 ### Added - Initial release. ### Fixed - Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. [0.1.3]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/Automattic/jetpack-password-checker/compare/v0.1.0...v0.1.1