Create v1.8.2 release

This commit is contained in:
Christopher C. Wells 2021-08-06 14:31:34 -07:00
parent 359846fe57
commit ee5f7a682a
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog # Changelog
## [v1.8.2](https://github.com/babybuddy/babybuddy/tree/v1.8.2)
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.8.1...v1.8.2)
**Fixed bugs:**
- Default SQLite DB behavior broken in v1.8.1 [\#279](https://github.com/babybuddy/babybuddy/issues/279)
## [v1.8.1](https://github.com/babybuddy/babybuddy/tree/v1.8.1) (2021-08-06) ## [v1.8.1](https://github.com/babybuddy/babybuddy/tree/v1.8.1) (2021-08-06)
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.8.0...v1.8.1) [Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.8.0...v1.8.1)

View File

@ -46,7 +46,7 @@
""" # noqa """ # noqa
__title__ = 'Baby Buddy' __title__ = 'Baby Buddy'
__version__ = '1.8.1' __version__ = '1.8.2'
__license__ = 'BSD 2-Clause' __license__ = 'BSD 2-Clause'
VERSION = __version__ VERSION = __version__