From fc383dff185460e55e87dbcc92e4c1964be27516 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Mon, 17 Jul 2023 06:53:42 -0700 Subject: [PATCH] Create v2.0.2 release --- CHANGELOG.md | 24 ++++++++++++++++++------ babybuddy/__init__.py | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 722c3c1b1..ecc36769a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v2.0.2](https://github.com/babybuddy/babybuddy/tree/v2.0.2) (2023-07-17) + +[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.1...v2.0.2) + +**Implemented enhancements:** + +- Polish translation via POEditor not included in last updates [\#681](https://github.com/babybuddy/babybuddy/issues/681) + +**Fixed bugs:** + +- Recent Sleep arrow buttons don't work on v2 dashboard [\#680](https://github.com/babybuddy/babybuddy/issues/680) + ## [v2.0.1](https://github.com/babybuddy/babybuddy/tree/v2.0.1) (2023-07-13) [Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.0...v2.0.1) @@ -7,6 +19,12 @@ **Fixed bugs:** - Quick start timer icon no longer working [\#677](https://github.com/babybuddy/babybuddy/issues/677) +- Time spans on the timeline page seem 2 years out [\#673](https://github.com/babybuddy/babybuddy/issues/673) +- Wrong even/odd row coloring on lists with notes [\#615](https://github.com/babybuddy/babybuddy/issues/615) + +**Closed issues:** + +- Release version 2.0.0 [\#515](https://github.com/babybuddy/babybuddy/issues/515) ## [v2.0.0](https://github.com/babybuddy/babybuddy/tree/v2.0.0) (2023-07-09) @@ -21,16 +39,10 @@ - Add Pumping link to quick-add in navbar [\#664](https://github.com/babybuddy/babybuddy/pull/664) ([johnmerlie](https://github.com/johnmerlie)) - Include temperature measurements in timeline [\#663](https://github.com/babybuddy/babybuddy/pull/663) ([abdessamad-el](https://github.com/abdessamad-el)) -**Fixed bugs:** - -- Time spans on the timeline page seem 2 years out [\#673](https://github.com/babybuddy/babybuddy/issues/673) -- Wrong even/odd row coloring on lists with notes [\#615](https://github.com/babybuddy/babybuddy/issues/615) - **Closed issues:** - Start Time Default to Current Date/Time [\#670](https://github.com/babybuddy/babybuddy/issues/670) - Running replica babybuddy containers [\#668](https://github.com/babybuddy/babybuddy/issues/668) -- Release version 2.0.0 [\#515](https://github.com/babybuddy/babybuddy/issues/515) **Merged pull requests:** diff --git a/babybuddy/__init__.py b/babybuddy/__init__.py index 9bf38f27c..531fc8802 100644 --- a/babybuddy/__init__.py +++ b/babybuddy/__init__.py @@ -46,7 +46,7 @@ """ # noqa __title__ = "Baby Buddy" -__version__ = "2.0.1" +__version__ = "2.0.2" __license__ = "BSD 2-Clause" VERSION = __version__