diff --git a/CHANGELOG.md b/CHANGELOG.md index c811d5f3..f15a9c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/babybuddy/__init__.py b/babybuddy/__init__.py index 2d286c09..28b4c947 100644 --- a/babybuddy/__init__.py +++ b/babybuddy/__init__.py @@ -46,7 +46,7 @@ """ # noqa __title__ = "Baby Buddy" -__version__ = "2.0.0-beta2" +__version__ = "2.0.0-beta3" __license__ = "BSD 2-Clause" VERSION = __version__