From f415248558ab5daf42feeb6631c282501144fcd9 Mon Sep 17 00:00:00 2001 From: Matteo Grasso <51530087+loherangrin@users.noreply.github.com> Date: Wed, 24 May 2023 11:29:52 +0000 Subject: [PATCH] Initialize CHANGELOG file --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..051bf07 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [1.0.1] - 2023-05-24 + +### Added + +- Initialize the CHANGELOG file + +### Fixed + +- Fix some compilation errors when using MSVC compiler + + +## [1.0.0] - 2023-05-14 + +### Added + +- Source code of the submission to the O3DE Jam - May 5-14, 2023 + + +[1.0.1]: https://github.com/loherangrin/games.o3de.o3de-jam-2305/releases/tag/v1.0.1 +[1.0.0]: https://github.com/loherangrin/games.o3de.o3de-jam-2305/releases/tag/v1.0.0