Problem: the project does not have a CHANGELOG.md
Some checks failed
continuous-integration/drone/push Build is failing

Solution: create a CHANGELOG.md file
This commit is contained in:
Peter Stuifzand 2021-11-22 21:52:51 +01:00
parent ede2da8f8d
commit dd1cf843e4
Signed by: peter
GPG Key ID: 374322D56E5209E8

26
CHANGELOG.md Normal file
View File

@ -0,0 +1,26 @@
# Changelog
## [Unreleased]
## [1.0.0-rc.1] - 2021-11-20
### Added
- Postgresql support for channels, feeds, items and subscriptions.
- Support "source" in items and feeds
### Changed
- Default channel backend is postgresql
### Fixed
- All `staticcheck` problems are fixed.
- Dependency between memorybackend and hubbackend removed and simplified.
### Deprecated
- All Redis timeline types are deprecated and will be removed in a later version.
[Unreleased]: https://git.p83.nl/peter/ekster/compare/1.0.0-rc.1...master
[1.0.0-rc.1]: https://git.p83.nl/peter/ekster/src/tag/1.0.0-rc.1