Skip to content

Commit adca3ab

Browse files
update changelog
1 parent 720823d commit adca3ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818

1919
## [Unreleased]
2020

21+
## [0.3.1]
22+
2123
### Fixed
2224

2325
- Correctly JSON serialize `Task` kwargs when going from the in-memory representation contained in the task registry to actual model instances in the database. First reported by [@joshuadavidthomas](https://github.com/joshuadavidthomas) in [#30](https://github.com/westerveltco/django-q-registry/issues/30).
@@ -82,8 +84,9 @@ Initial release!
8284

8385
- Josh Thomas <[email protected]> (maintainer)
8486

85-
[unreleased]: https://github.com/westerveltco/django-q-registry/compare/v0.3.0...HEAD
87+
[unreleased]: https://github.com/westerveltco/django-q-registry/compare/v0.3.1...HEAD
8688
[0.1.0]: https://github.com/westerveltco/django-q-registry/releases/tag/v0.1.0
8789
[0.2.0]: https://github.com/westerveltco/django-q-registry/releases/tag/v0.2.0
8890
[0.2.1]: https://github.com/westerveltco/django-q-registry/releases/tag/v0.2.1
8991
[0.3.0]: https://github.com/westerveltco/django-q-registry/releases/tag/v0.3.0
92+
[0.3.1]: https://github.com/westerveltco/django-q-registry/releases/tag/v0.3.1

0 commit comments

Comments
 (0)