Skip to content

Commit 8cade75

Browse files
chore(main): release 1.1.5 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f2d52c commit 8cade75

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.5](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.1.4...v1.1.5) (2023-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* Enable custom doctrine types to handle `null` values ([8f2d52c](https://github.com/geekcell/ddd-symfony-bundle/commit/8f2d52c05fb92220c8c74e3e74b97232c6b8633e)), closes [#26](https://github.com/geekcell/ddd-symfony-bundle/issues/26)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Apply fixes from PHP CS Fixer and PHPStan. ([4a9ba6b](https://github.com/geekcell/ddd-symfony-bundle/commit/4a9ba6b6f06d3ab256038551413d93e9b295d1ad))
14+
315
## [1.1.4](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.1.3...v1.1.4) (2023-01-20)
416

517

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "geekcell/ddd-bundle",
33
"description": "A bundle for pragmatic domain driven design in Symfony.",
44
"type": "symfony-bundle",
5-
"version": "1.1.4",
5+
"version": "1.1.5",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)