diff --git a/CHANGELOG.md b/CHANGELOG.md index 9726503..d844124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Removed ### Fixed + +## [1.0.0-rc4] - 2019-04-23 + +### Changed + +- Updated to target `Confluent.Kafka 1.0.0-RC6` + ## [1.0.0-rc3] - 2019-04-12 @@ -61,7 +68,8 @@ The `Unreleased` section name is replaced by the expected version of next releas (Stripped down repo for history purposes, see [`v0` branch](tree/v0) for implementation targeting `Confluent.Kafka` v `0.9.4`) -[Unreleased]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/1.0.0-rc3...HEAD +[Unreleased]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/1.0.0-rc4...HEAD +[1.0.0-rc4]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/1.0.0-rc3...1.0.0-rc4 [1.0.0-rc3]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/1.0.0-rc2...1.0.0-rc3 [1.0.0-rc2]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/1.0.0-rc1...1.0.0-rc2 [1.0.0-rc1]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/1.0.0-preview2...1.0.0-rc1