ansible-role-mariadb/CHANGELOG.md

16 lines
408 B
Markdown
Raw Normal View History

2019-02-21 21:19:56 +00:00
# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
- feat: install database if datadir doesn't exist
2019-03-16 08:56:05 +00:00
## [v1.0.1] - 2019-03-16
- fix: add client-server option in default configuration
2019-02-23 19:07:16 +00:00
- fix: install python-mysqldb package
2019-03-16 08:41:05 +00:00
- test: add tests with travis-ci
2019-02-23 17:17:56 +00:00
## [v1.0.0] - 2019-02-23
2019-02-21 21:19:56 +00:00
- first version