Skip to content

Commit

Permalink
Create v2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Jul 29, 2023
1 parent a950c18 commit f986ff7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion babybuddy/__init__.py
Expand Up @@ -46,7 +46,7 @@
""" # noqa

__title__ = "Baby Buddy"
__version__ = "2.0.3"
__version__ = "2.0.4"
__license__ = "BSD 2-Clause"

VERSION = __version__
Expand Down

0 comments on commit f986ff7

Please sign in to comment.