Bug fixes
* fix(test_model_blog_tag.py): Test fix and re run migrations ([`fd076a9`](https://github.com/vasilistotskas/grooveshop-django-api/commit/fd076a9eebdd5f3730e2021b24cf534232b01ea7))
* fix(poetry): Poetry lock, resolve package errors, lint fix and compile messages ([`7406da2`](https://github.com/vasilistotskas/grooveshop-django-api/commit/7406da2de4eb9c16c4213ea41aa4dd2b981705d5))
Chores
* chore(LICENSE.md): Added ([`e532056`](https://github.com/vasilistotskas/grooveshop-django-api/commit/e532056405ebd7703f8fa24fd3c464fa94a75381))
Unknown
* 0.2.2
Automatically generated by python-semantic-release ([`c68403a`](https://github.com/vasilistotskas/grooveshop-django-api/commit/c68403a0aaf29441f3020dda1e9beaeb3cc5bff3))
* feat(Localization): Implement multi language support in app, admin and API
* New libs
django-rosetta UI to update locales in path /rosetta.
django-parler/django-parler-rest for multi language models/serializers and API.
* Env update
* Commands for localization
django-admin makemessages -l <locale>
django-admin makemessages --all --ignore=env
django-admin compilemessages --ignore=env ([`e926e53`](https://github.com/vasilistotskas/grooveshop-django-api/commit/e926e5310141e73799e09fbc6633537a4a2be8ec))