diff --git a/CHANGELOG.md b/CHANGELOG.md index 85dbc08..a78c480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 1.7.0 - 2021-08-07 + +### Added + +* Support ramsey/uuid v4 +* Support PHP 8 + +### Changed + +* Changed primary Doctrine dependency to doctrine/dbal and moved doctrine/orm + dependency to `require-dev`. + ## 1.6.0 - 2020-01-27 ### Added