Skip to content

Commit a6182b8

Browse files
bump: new version 1.22.1 released
1 parent 16dc43b commit a6182b8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v1.22.1 (2025-12-12)
6+
7+
### 🐛 Bug Fixes
8+
9+
- To primitives method not working in dict and list value object
10+
([`16dc43b`](https://github.com/adriamontoto/value-object-pattern/commit/16dc43b8c000a6436359a8457bb1a4c39e0469b7))
11+
12+
513
## v1.22.0 (2025-12-10)
614

715
### ✨ Features

value_object_pattern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.22.0'
1+
__version__ = '1.22.1'
22

33
from .decorators import process, validation
44
from .models import BaseModel, EnumerationValueObject, ValueObject

0 commit comments

Comments
 (0)