Skip to content

Commit

Permalink
📚 docs: Update CHANGELOG for v1.2.1
Browse files Browse the repository at this point in the history
Closes #90
  • Loading branch information
MEHRSHAD-MIRSHEKARY committed Jan 15, 2025
1 parent 800a83c commit 9774dc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.2.1 (2025-01-15)

### Refactor

- **serializers**: Improve notification serializer to support dynamic fields
- **settings**: Add dynamic serialization for Notification

## v1.2.0 (2024-10-13)

### 🛠️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ B104 = { check_typed_list = true }
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.2.1"
version_files = ["pyproject.toml"]
version_files = [ "pyproject.toml" ]
tag_format = "v$version"

[tool.commitizen.settings]
Expand Down

0 comments on commit 9774dc3

Please sign in to comment.