Skip to content

Commit

Permalink
Add a changelog
Browse files Browse the repository at this point in the history
Add a changelog to document changes made in released versions
  • Loading branch information
douggish committed Sep 20, 2023
1 parent 5c3a276 commit 1aa0f90
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1aa0f90

Please sign in to comment.