diff --git a/projects/packages/config/CHANGELOG.md b/projects/packages/config/CHANGELOG.md index c3a7cb9dca315..cd8daa960c316 100644 --- a/projects/packages/config/CHANGELOG.md +++ b/projects/packages/config/CHANGELOG.md @@ -5,6 +5,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). +## [1.5.0] - 2021-09-22 +### Added +- Allow for enabling and initializing new Post_List package from Config package. + ## [1.4.7] - 2021-08-31 ### Changed - updates annotations versions. @@ -66,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Trying to add deterministic initialization. +[1.5.0]: https://github.com/Automattic/jetpack-config/compare/v1.4.7...v1.5.0 [1.4.7]: https://github.com/Automattic/jetpack-config/compare/v1.4.6...v1.4.7 [1.4.6]: https://github.com/Automattic/jetpack-config/compare/v1.4.5...v1.4.6 [1.4.5]: https://github.com/Automattic/jetpack-config/compare/v1.4.4...v1.4.5 diff --git a/projects/packages/config/changelog/update-config-class-with-post-list b/projects/packages/config/changelog/update-config-class-with-post-list deleted file mode 100644 index fe32694477b91..0000000000000 --- a/projects/packages/config/changelog/update-config-class-with-post-list +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Allow for enabling and initializing new Post_List package from Config package.