diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c46c4..f4e4253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.7] - 2023-12-23 + +### Added + +- Support `Kafka` as Event Stream. + +### Changed + +- Change all native Event Stream engine to Watermill Event Stream. + ## [1.1.6] - 2023-12-16 ### Changed @@ -69,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support `Schedule` feature. - Support `Queue` feature -[1.1.6]: https://github.com/fwidjaya20/symphonic/compare/v1.1.4...v1.1.6 +[1.1.7]: https://github.com/fwidjaya20/symphonic/compare/v1.1.6...v1.1.7 +[1.1.6]: https://github.com/fwidjaya20/symphonic/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/fwidjaya20/symphonic/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/fwidjaya20/symphonic/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/fwidjaya20/symphonic/compare/v1.1.2...v1.1.3