We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f0cb1 commit cef1b01Copy full SHA for cef1b01
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.3](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.1.2...v1.1.3) (2023-01-17)
4
+
5
6
+### Bug Fixes
7
8
+* Add additional check for scalar values. ([#9](https://github.com/geekcell/ddd-symfony-bundle/issues/9)) ([b6f0cb1](https://github.com/geekcell/ddd-symfony-bundle/commit/b6f0cb18dd2af04c13a7ffbe807ecf2048008199))
9
10
## [1.1.2](https://github.com/geekcell/ddd-symfony-bundle/compare/v1.1.1...v1.1.2) (2023-01-16)
11
12
composer.json
@@ -2,7 +2,7 @@
"name": "geekcell/ddd-bundle",
"description": "A bundle for pragmatic domain driven design in Symfony.",
"type": "symfony-bundle",
- "version": "1.1.2",
+ "version": "1.1.3",
"license": "MIT",
"authors": [
{
0 commit comments