diff --git a/CHANGELOG.md b/CHANGELOG.md index 628503249..67a7d9114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.7.0] - 2021-03-25 +### Added +- Google Analytics tracking to layout. +- Added GitHub workflow to automate deployments. +### Changed +- Updated PHPDoc to `3.0.0`. + ## [0.6.0] - 2020-09-24 ### Added - New template with new stylings. @@ -52,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial version. -[Unreleased]: https://github.com/woocommerce/code-reference/compare/0.6.0...HEAD +[Unreleased]: https://github.com/woocommerce/code-reference/compare/0.7.0...HEAD +[0.7.0]: https://github.com/woocommerce/code-reference/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/woocommerce/code-reference/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/woocommerce/code-reference/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/woocommerce/code-reference/compare/0.3.0...0.4.0