Skip to content

Commit

Permalink
Create v2.0.0-beta3 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Jun 15, 2023
1 parent 759bbe9 commit 6d1eb3b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

## [v2.0.0-beta1](https://github.com/babybuddy/babybuddy/tree/v2.0.0-beta2) (2023-06-04)
## [v2.0.0-beta3](https://github.com/babybuddy/babybuddy/tree/v2.0.0-beta3) (2023-06-14)

[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.0-beta2...v2.0.0-beta3)

**Fixed bugs:**

- Nap field always False when adding Sleep entries via API [\#657](https://github.com/babybuddy/babybuddy/issues/657)
- Timeline shows wrong time since events happened [\#648](https://github.com/babybuddy/babybuddy/issues/648)

**Closed issues:**

- nginx: \[emerg\] no "events" section in configuration [\#659](https://github.com/babybuddy/babybuddy/issues/659)
- Feed update appears to reset the breast selection [\#658](https://github.com/babybuddy/babybuddy/issues/658)

## [v2.0.0-beta2](https://github.com/babybuddy/babybuddy/tree/v2.0.0-beta2) (2023-06-05)

[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.0-beta1...v2.0.0-beta2)

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

__title__ = "Baby Buddy"
__version__ = "2.0.0-beta2"
__version__ = "2.0.0-beta3"
__license__ = "BSD 2-Clause"

VERSION = __version__
Expand Down

0 comments on commit 6d1eb3b

Please sign in to comment.