Skip to content

Commit

Permalink
Create v1.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Aug 4, 2022
1 parent 4455e74 commit d187ac5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v1.12.1](https://github.com/babybuddy/babybuddy/tree/v1.12.1) (2022-08-03)

[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.12.0...v1.12.1)

**Implemented enhancements:**

- Add a way to set the SMTP configuration [\#499](https://github.com/babybuddy/babybuddy/issues/499)
- 🚸 adds a child quick switch in breadcrumb [\#511](https://github.com/babybuddy/babybuddy/pull/511) ([jljouannic](https://github.com/jljouannic))
- Add a way to set the SMTP configuration [\#506](https://github.com/babybuddy/babybuddy/pull/506) ([cdubz](https://github.com/cdubz))

**Fixed bugs:**

- Bug - DateTime fields don't load the current values when the language is Portuguese [\#498](https://github.com/babybuddy/babybuddy/issues/498)
- Set default date during picker initialization [\#505](https://github.com/babybuddy/babybuddy/pull/505) ([cdubz](https://github.com/cdubz))

**Closed issues:**

- One user does not see the "Pumping entry" menu, the other one does [\#493](https://github.com/babybuddy/babybuddy/issues/493)
- Move demo and PR deploys to new service [\#462](https://github.com/babybuddy/babybuddy/issues/462)

## [v1.12.0](https://github.com/babybuddy/babybuddy/tree/v1.12.0) (2022-07-28)

[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.11.2...v1.12.0)
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__ = "1.12.0"
__version__ = "1.12.1"
__license__ = "BSD 2-Clause"

VERSION = __version__
Expand Down

0 comments on commit d187ac5

Please sign in to comment.