add changelog

This commit is contained in:
Bevan Hunt 2021-03-21 19:20:09 -07:00
parent 9db76e4800
commit 8283767ef0
1 changed files with 17 additions and 0 deletions

17
CHANGELOG.md Normal file
View File

@ -0,0 +1,17 @@
# 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).
## [6.0.x] - 2021-03-20
### Changed
- Replaced Warp with Tide
- Replaced Sled with RocksDB
### Removed
- Rmmoved GET JSON API endpoints
- Removed multi-tenancy
- Removed timestamps, event dispatcher, and cancellation
- Removed broker-grid support (current version)