From f1dd9ac6dfb560ef29fee7ad6a44f7d218ed0ef1 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Wed, 26 Jun 2024 17:30:07 -0400 Subject: [PATCH] Add changelog --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..184287a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# 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). + +## [1.1.1] - 2024-06-26 + +### Added + +- Add changelog. + +### Changed + +- Remove Cynthion trademark from product string. + + +## [1.1.0] - 2024-05-29 + +### Fixed + +- Correct Base32 representation of serial number. + + +## [1.0.0] - 2024-05-16 + +### Added + +- Initial release. + + +[1.1.1]: https://github.com/greatscottgadgets/saturn-v/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/greatscottgadgets/saturn-v/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/greatscottgadgets/saturn-v/releases/tag/v1.0.0