Skip to content

Commit 21fa01b

Browse files
committed
Update changelog for 0.2.0
1 parent c9ca4d3 commit 21fa01b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.2.0] - 2022-03-11
88

99
### Changed
1010
* Bump required PHP version to 7.4.
1111
* Allow the `show_in_rest` argument in `TermMeta` and `PostMeta` to return an array for complex meta values.
1212

13-
## 0.1.0 - 2021-05-20
13+
### Fixed
14+
* Add missing types for class constants.
15+
* Fix incorrect namespace for interfaces.
16+
17+
## [0.1.0] - 2021-05-20
1418

1519
### Added
1620
* Initial version.
1721

18-
[Unreleased]: https://github.com/wearerequired/common-php/compare/0.1.0...HEAD
22+
[Unreleased]: https://github.com/wearerequired/common-php/compare/0.2.0...HEAD
23+
[0.2.0]: https://github.com/wearerequired/common-php/compare/0.1.0...0.2.0
1924
[0.1.0]: https://github.com/wearerequired/common-php/compare/e3f7c76dd7579fec490b4fd0553629fc2159e4f2...0.1.0

0 commit comments

Comments
 (0)