We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25641a0 commit 699b2a6Copy full SHA for 699b2a6
CHANGELOG.md
@@ -0,0 +1,29 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog], and this project adheres to
6
+[Semantic Versioning].
7
8
+<!-- references -->
9
+[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
10
+[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
11
12
+## [0.1.0] - 2020-04-20
13
14
+- Initial release
15
16
17
+[Unreleased]: https://github.com/jmalloc/echo-server
18
+[0.1.0]: https://github.com/jmalloc/echo-server/releases/v0.1.0
19
20
+<!-- version template
21
+## [0.0.1] - YYYY-MM-DD
22
23
+### Added
24
+### Changed
25
+### Deprecated
26
+### Removed
27
+### Fixed
28
+### Security
29
+-->
0 commit comments