diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5061a59 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog +All notable changes to this project will be documented in this file. + + +## [Unreleased] - ReleaseDate +## [1.1.0] - 2020-05-05 +### Added +- [PR#49](https://github.com/EmbarkStudios/wg-ui/pull/49) Set name and label at creation of client. Thanks [@spetzreborn](https://github.com/spetzreborn)! +- [PR#47](https://github.com/EmbarkStudios/wg-ui/pull/47) Add limit in how many configurations each user may have. Thanks [@spetzreborn](https://github.com/spetzreborn)! +- [PR#44](https://github.com/EmbarkStudios/wg-ui/pull/44) Add timestamp to config. Thanks [@spetzreborn](https://github.com/spetzreborn)! +- [PR#41](https://github.com/EmbarkStudios/wg-ui/pull/41) Add `--no-nat` flag to disable NAT, NAT remains on by default. + +### Fixed +- [PR#57](https://github.com/EmbarkStudios/wg-ui/pull/57) Fix gosec issues. Thanks [@Sohalt](https://github.com/Sohalt)! +- [PR#50](https://github.com/EmbarkStudios/wg-ui/pull/50) Update documentation for configuration. Thanks [@Sohalt](https://github.com/Sohalt)! +- [PR#35](https://github.com/EmbarkStudios/wg-ui/pull/35) Avoid "async race" with new client POST. Thanks [@sclem](https://github.com/sclem)! +- [PR#31](https://github.com/EmbarkStudios/wg-ui/pull/31) Only enable IP forwarding if it is disabled. Thanks [@eest](https://github.com/eest)! + +### Changed +- Name of project changed from `wireguard-ui` to `wg-ui` +- Change of version name from `vX.X.X` to `X.X.X` + +## [v1.0.0] - 2019-10-12 +### Added +- This is the initial release of wireguard-ui + + +[Unreleased]: https://github.com/EmbarkStudios/wg-ui/compare/1.1.0...HEAD +[1.1.0]: https://github.com/EmbarkStudios/wg-ui/compare/v1.0.0...1.1.0 +[v1.0.0]: https://github.com/EmbarkStudios/wg-ui/releases/tag/v1.0.0