diff --git a/CHANGELOG.md b/CHANGELOG.md index 082fef9..53a6429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1] - 2021-08-29 +### Changed +- Allow dependencies to use patch releases, no more pinned dependencies. + ## [0.1.0] - 2020-08-06 ### Added - Added `WooCommerce.Functions.InternalInjectionMethod` sniff. @@ -66,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial code to throw warnings when using `@author`, `@category`, `@license` and `@copyright` tags. -[Unreleased]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.1.0...HEAD +[Unreleased]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.1.1...HEAD +[0.1.1]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.0.10...0.1.0 [0.0.10]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.0.9...0.0.10 [0.0.9]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.0.8...0.0.9