From f1bce3d701c5c60c090fc4ea24a0e64b87334595 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 12 Jun 2024 21:12:58 -0500 Subject: [PATCH] Add a CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..04774f28 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +- Initial release + +[unreleased]: https://gitlab.com/soapbox-pub/ditto/-/compare/main...HEAD