From 699b2a647146eaa7e2ec99c01e580de4e113b8d2 Mon Sep 17 00:00:00 2001 From: James Harris Date: Mon, 20 Apr 2020 08:13:21 +1000 Subject: [PATCH] Add a changelog and bump version to v0.1.0. --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..236aa9b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog], and this project adheres to +[Semantic Versioning]. + + +[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ +[Semantic Versioning]: https://semver.org/spec/v2.0.0.html + +## [0.1.0] - 2020-04-20 + +- Initial release + + +[Unreleased]: https://github.com/jmalloc/echo-server +[0.1.0]: https://github.com/jmalloc/echo-server/releases/v0.1.0 + +