mirror of https://github.com/snachodog/mybuddy.git
Create v2.0.0-beta3 pre-release
This commit is contained in:
parent
759bbe9ddb
commit
6d1eb3b4ec
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,6 +1,20 @@
|
||||||
# Changelog
|
# 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)
|
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.0-beta1...v2.0.0-beta2)
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
""" # noqa
|
""" # noqa
|
||||||
|
|
||||||
__title__ = "Baby Buddy"
|
__title__ = "Baby Buddy"
|
||||||
__version__ = "2.0.0-beta2"
|
__version__ = "2.0.0-beta3"
|
||||||
__license__ = "BSD 2-Clause"
|
__license__ = "BSD 2-Clause"
|
||||||
|
|
||||||
VERSION = __version__
|
VERSION = __version__
|
||||||
|
|
Loading…
Reference in New Issue