From 1aa0f900b17ca4a77f7e03bd116dea35674e4797 Mon Sep 17 00:00:00 2001 From: Doug Gish Date: Wed, 20 Sep 2023 09:53:26 -0600 Subject: [PATCH] Add a changelog Add a changelog to document changes made in released versions --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cbe6737 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added +- Initial port of Eventuate Tram in .NET supporting the following functionality: + - messaging - send and receive messages over named channels + - events - publish domain events and subscribe to domain events + +[Unreleased]: https://github.com/eventuate-tram/eventuate-tram-core-dotnet/commits/HEAD \ No newline at end of file