Added changelog and version for privilege option (#1959)

* Added changelog and version for privilege option

* Update CHANGELOG.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
This commit is contained in:
Mike Degatano
2021-04-05 13:20:10 -04:00
committed by GitHub
parent 094695aa50
commit 7c9e7e5343
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 2.3.0
- Option to grant user specific privileges for a database
## 2.2.2 ## 2.2.2
- Update options schema for passwords - Update options schema for passwords

View File

@@ -1,6 +1,6 @@
{ {
"name": "MariaDB", "name": "MariaDB",
"version": "2.2.2", "version": "2.3.0",
"slug": "mariadb", "slug": "mariadb",
"description": "A SQL database server", "description": "A SQL database server",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/mariadb", "url": "https://github.com/home-assistant/hassio-addons/tree/master/mariadb",