Create v2.0.4 release

This commit is contained in:
Christopher C. Wells 2023-07-29 05:39:36 -07:00
parent a950c18662
commit f986ff7917
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [v2.0.3](https://github.com/babybuddy/babybuddy/tree/v2.0.3) (2023-07-25)
## [v2.0.4](https://github.com/babybuddy/babybuddy/tree/v2.0.4) (2023-07-29)
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.3...v2.0.4)
**Fixed bugs:**
- Unable to login with default information + image uploads fail [\#684](https://github.com/babybuddy/babybuddy/issues/684)
## [v2.0.3](https://github.com/babybuddy/babybuddy/tree/v2.0.3) (2023-07-26)
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.2...v2.0.3)

View File

@ -46,7 +46,7 @@
""" # noqa
__title__ = "Baby Buddy"
__version__ = "2.0.3"
__version__ = "2.0.4"
__license__ = "BSD 2-Clause"
VERSION = __version__