From 3a64b1ced3e76272fd0066837da393cd95eb13a6 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Mon, 21 Feb 2022 16:44:55 -0800 Subject: [PATCH] Create v1.10.1 release --- CHANGELOG.md | 27 ++++++++++++++++++++++++--- babybuddy/__init__.py | 2 +- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe59f19..46175f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,34 @@ # Changelog -## [v1.10.0](https://github.com/babybuddy/babybuddy/tree/v1.10.0) (2022-02-16) +## [v1.10.0](https://github.com/babybuddy/babybuddy/tree/v1.10.0) (2022-02-21) -[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.10.0...HEAD) +[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.10.0...v1.10.1) + +**Implemented enhancements:** + +- Add Chinese \(simplified\) translations [\#399](https://github.com/babybuddy/babybuddy/pull/399) ([cdubz](https://github.com/cdubz)) +- Use "secret" generator for `DISABLE_COLLECTSTATIC` in Heroku [\#398](https://github.com/babybuddy/babybuddy/pull/398) ([cdubz](https://github.com/cdubz)) + +**Fixed bugs:** + +- CSRF Error \(403\) When Adding Entry \(v1.10.0\) [\#393](https://github.com/babybuddy/babybuddy/issues/393) + +**Closed issues:** + +- Heroku Server Error \(500\) [\#395](https://github.com/babybuddy/babybuddy/issues/395) + +**Merged pull requests:** + +- Additional Dutch translations [\#397](https://github.com/babybuddy/babybuddy/pull/397) ([Gitoffomalawn](https://github.com/Gitoffomalawn)) + +## [v1.10.0](https://github.com/babybuddy/babybuddy/tree/v1.10.0) (2022-02-16) + +[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.9.3...v1.10.0) **Implemented enhancements:** -- Hardcoded English strings on timeline [\#352](https://github.com/babybuddy/babybuddy/issues/352) - Feature Request: Track baby height [\#191](https://github.com/babybuddy/babybuddy/issues/191) +- Hardcoded English strings on timeline [\#352](https://github.com/babybuddy/babybuddy/issues/352) - breakout feeding types [\#384](https://github.com/babybuddy/babybuddy/pull/384) ([alzyee](https://github.com/alzyee)) - Rearrange dashboard cards to set timer card first [\#382](https://github.com/babybuddy/babybuddy/pull/382) ([adamaze](https://github.com/adamaze)) - Update to Django 4.x [\#378](https://github.com/babybuddy/babybuddy/pull/378) ([cdubz](https://github.com/cdubz)) diff --git a/babybuddy/__init__.py b/babybuddy/__init__.py index 35c18f1f..f57e1fb1 100644 --- a/babybuddy/__init__.py +++ b/babybuddy/__init__.py @@ -46,7 +46,7 @@ """ # noqa __title__ = "Baby Buddy" -__version__ = "1.10.0" +__version__ = "1.10.1" __license__ = "BSD 2-Clause" VERSION = __version__