diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d43e54..1dc78bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This file contains al notable changes to the bertvv.samba Ansible role. 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 or pull request on the Github project. +## 2.4.0 - 2017-09-15 + +### Changed + +- (GH-19) Made WINS support configurable (credit: [Ben Tomasik](https://github.com/tomislacker)) + + ## 2.3.1 - 2017-05-29 ### Changed diff --git a/README.md b/README.md index 4131c3e..c15055e 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ The workaround is waiting a bit and running `vagrant provision` again. Issues, feature requests, ideas are appreciated and can be posted in the Issues section. -Pull requests are also very welcome. The best way to submit a PR is by first creating a fork of this Github project, then creating a topic branch for the suggested change and pushing that branch to your own fork. Github can then easily create a PR based on that branch. +Pull requests are also very welcome. The best way to submit a PR is by first creating a fork of this Github project, then creating a topic branch for the suggested change and pushing that branch to your own fork. Github can then easily create a PR based on that branch. Don't forget to add yourself to the list of contributors below! ## License @@ -208,6 +208,7 @@ Pull requests are also very welcome. The best way to submit a PR is by first cre ## Contributors +[Ben Tomasik](https://github.com/tomislacker) [Bert Van Vreckem](https://github.com/bertvv/) (maintainer), [Birgit Croux](https://github.com/birgitcroux), [DarkStar1973](https://github.com/DarkStar1973),