From 310170525d692eda9885644aac157ef82e9d6e30 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 26 Oct 2019 18:32:02 +0100 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..398b3f3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# 1.1.0 (2019-10-26) + +- Add support for Docker. [#7](https://github.com/owntracks/frontend/pull/7), [@sharkoz](https://github.com/sharkoz) +- Move project to the OwnTracks organisation on GitHub. [#8](https://github.com/owntracks/frontend/pull/8), [@jpmens](https://github.com/jpmens) +- Enable compression in nginx configuration used in Docker image. [#11](https://github.com/owntracks/frontend/pull/11), [@sharkoz](https://github.com/sharkoz) + +# 1.0.0 (2019-06-18) + +- Initial release