diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f5911..cf6518b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.8.1 - 2022-01-15 + +### Fixed + +* Prevent type error while converting invalid value type in `convertToDatabaseValue()` ([#170](https://github.com/ramsey/uuid-doctrine/pull/170)). +* Add return type annotation to `getSQLDeclaration()` to silence deprecation notices ([#173](https://github.com/ramsey/uuid-doctrine/pull/173)). + ## 1.8.0 - 2021-11-08 ### Added