Skip to content

Commit

Permalink
Create v1.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Jun 28, 2022
1 parent dd0ba29 commit dbc5236
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog

## [v1.11.1](https://github.com/babybuddy/babybuddy/tree/v1.11.1) (2022-06-12)
## [Unreleased](https://github.com/babybuddy/babybuddy/tree/v1.11.2) (2022-06-28)

[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.11.1...v1.11.2)

**Implemented enhancements:**

- Sleep history [\#485](https://github.com/babybuddy/babybuddy/pull/485) ([DanBeard](https://github.com/DanBeard))

**Fixed bugs:**

- Unable to add tags to notes via API [\#488](https://github.com/babybuddy/babybuddy/issues/488)
- Use Taggit serializer for taggable models [\#489](https://github.com/babybuddy/babybuddy/pull/489) ([cdubz](https://github.com/cdubz))
- Fix 500 in sleep pattern [\#487](https://github.com/babybuddy/babybuddy/pull/487) ([kejadlen](https://github.com/kejadlen))
- Fix dayssince sometimes being off by 1 day depending on timezone [\#484](https://github.com/babybuddy/babybuddy/pull/484) ([DanBeard](https://github.com/DanBeard))

## [v1.11.1](https://github.com/babybuddy/babybuddy/tree/v1.11.1) (2022-06-13)

[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.11.0...v1.11.1)

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.11.1"
__version__ = "1.11.2"
__license__ = "BSD 2-Clause"

VERSION = __version__
Expand Down

0 comments on commit dbc5236

Please sign in to comment.