This file adheres to the guidelines of [http://keepachangelog.com/](http://keepachangelog.com/). Versioning follows [Semantic Versioning](http://semver.org/). "GH-X" refers to the X'th issue on the Github project.
## 2.0.1 - 2015-11-05
### Changed
- The variable type of `samba_create_varwww_symlinks` is now boolean instead of string (GH-1)
- The variable `samba_netbios_name` is no longer required and defaults to `ansible_hostname`.
- The variable type of `samba_load_*` is now boolean instead of string, which makes more sense. However, this change is **not backwards compatible**. (GH-1)
- Restart WinBind when changing the configuration (GH-2)