diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c6660856..b373abf22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.26.1](https://github.com/sonata-project/SonataAdminBundle/compare/4.26.0...4.26.1) - 2023-09-02 +### Fixed +- [[#8091](https://github.com/sonata-project/SonataAdminBundle/pull/8091)] Fix display of enums for nullable property ([@bedfir](https://github.com/bedfir)) + ## [4.26.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.25.0...4.26.0) - 2023-07-29 ### Changed - [[#8079](https://github.com/sonata-project/SonataAdminBundle/pull/8079)] Update jQuery to `^3.7.0` ([@tonyaxo](https://github.com/tonyaxo))