diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9a96c..167bdb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [1.1.0] - 2020-12-25 -* Added `Node` constants for node names. -* Fixed some minor bugs related to node naming. -* Added `Node::getObjectValue()`. +* Bump minimum php requirement to `7.3` +* Added `Node` constants for node names +* Fixed some minor bugs related to node naming +* Added `Node::getObjectValue()` ## [1.0.0] - 2019-12-10 -Initial release. +Initial release