diff --git a/CHANGELOG.md b/CHANGELOG.md index cb98ea2..f085f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## master +- [added] Write operations on mails section (addresses, mailboxes and forward). - [changed] Include @pangea.org mail addresses (#4). - [fixed] Error on login when user never has logged into the system (#6). +- [fixed] Dashboard layout issues on tablet and mobile. ## [0.1] - 2020-01-29 - Login & logout methods using backend as auth method diff --git a/musician/__init__.py b/musician/__init__.py index cc9f205..e48318a 100644 --- a/musician/__init__.py +++ b/musician/__init__.py @@ -2,7 +2,7 @@ Package metadata definition. """ -VERSION = (0, 2, 0, 'alpha', 1) +VERSION = (0, 2, 0, 'beta', 1) def get_version():