diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f2becef --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +Changelog +--------- + +**2.0.0** + +- use correct semantic versioning as described in https://semver.org. Needed for Ansible Galaxy importer as it now insists on using semantic versioning. +- moved changelog entries to separate file +- make Ansible linter happy +- no major changes but decided to start a new major release as versioning scheme changed quite heavily + +**v1.0.2** + +- update README + +**v1.0.1** + +- update README + +**v1.0.0** + +- initial implementation diff --git a/README.md b/README.md index 5a39ac0..a7acbe4 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,7 @@ By default port `51820` (protocol UDP) should be accessable from the outside. Bu Changelog --------- -**v1.0.2** - -- update README - -**v1.0.1** - -- update README - -**v1.0.0** - -- initial implementation - +see [CHANGELOG.md](https://github.com/githubixx/ansible-role-wireguard/blob/master/CHANGELOG.md) Role Variables --------------