Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Apr 6, 2020
1 parent 46b6fba commit 593f676
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ The `Unreleased` section name is replaced by the expected version of next releas

### Added
### Changed
### Removed
### Fixed

- Target `Microsoft.NETFramework.ReferenceAssemblies` v `1.0.0`
- *BREAKING*: Replace `broker : Uri` with `bootstrapServers : string` (use `(Config.validateBrokerUri broker)` for backcompat if required)
- Updated to `Confluent.Kafka`, `librdkafka.redist` v `1.4.0`
## [Unreleased]

### Added
### Changed
### Removed
### Fixed

Expand Down Expand Up @@ -246,7 +248,8 @@ _NOTE: not interoperable (i.e., via a binding redirect) with CK 1.1 due to a bre

(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/FsKafka/compare/1.3.0...HEAD
[Unreleased]: https://github.com/jet/FsKafka/compare/1.4.0...HEAD
[1.4.0]: https://github.com/jet/FsKafka/compare/1.4.0...1.4.0
[1.3.0]: https://github.com/jet/FsKafka/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/jet/FsKafka/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/jet/FsKafka/compare/1.0.1...1.1.0
Expand Down

0 comments on commit 593f676

Please sign in to comment.