Skip to content

Commit

Permalink
chore: Prepare release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueSoria committed Jun 7, 2024
1 parent feaee9f commit 1fa7775
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 1.2.4 (June 2024)
- Revert deepcopying model state to copy
- Update the initial state after calling `refresh_from_db` on the model instance. Thanks, @partizaans!
- Refactor: Extract model state methods

# 1.2.3 (February 2024)

- Fix imports
Expand Down
2 changes: 1 addition & 1 deletion django_lifecycle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.3"
__version__ = "1.2.4"
__author__ = "Robert Singer"
__author_email__ = "[email protected]"

Expand Down

0 comments on commit 1fa7775

Please sign in to comment.