From ff74c34f941349f04420add2df26e99f103d81bc Mon Sep 17 00:00:00 2001 From: Tarvo R Date: Thu, 10 Aug 2023 11:38:37 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff33bc..61cf8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,22 @@ 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). +## [5.2.1] - 10-08-2023 + +### Added + +- Added Nova ->domain() support to routes (thanks to [@RonMelkhior](https://github.com/RonMelkhior)) + +### Changed + +- Fixed null values not being persisted (thanks to [@Senexis](https://github.com/Senexis)) + ## [5.2.0] - 29-06-2023 ### Added - Added Nova 4.26 support (thanks to [@puzzledmonkey](https://github.com/puzzledmonkey)) - ## [5.1.0] - 20-03-2023 ### Added