Skip to content

Commit

Permalink
Release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Feb 25, 2021
1 parent 69fe321 commit 6c6186f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

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

<a name="1.6.2"></a>
## [1.6.2] - 2021-02-26

### Added

- Added overload of `InFlightMessageCounter.AwaitThreshold` with `busyWork` argument [#73](https://github.com/jet/FsKafka/pull/73)
Expand All @@ -28,8 +36,6 @@ The `Unreleased` section name is replaced by the expected version of next releas
- Removed deprecated overload of `KafkaProducerConfig.Create` introduced in 1.5.0 [#73](https://github.com/jet/FsKafka/pull/73)
- Removed deprecated overload of `InFlightMessageCounter.AwaitThreshold` introduced in 1.5.1 [#73](https://github.com/jet/FsKafka/pull/73)

### Fixed

<a name="1.5.6"></a>
## [1.5.6] - 2020-12-11

Expand Down Expand Up @@ -437,7 +443,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.5.6...HEAD
[Unreleased]: https://github.com/jet/FsKafka/compare/1.6.2...HEAD
[1.6.2]: https://github.com/jet/FsKafka/compare/1.5.6...1.6.2
[1.5.6]: https://github.com/jet/FsKafka/compare/1.5.5...1.5.6
[1.5.5]: https://github.com/jet/FsKafka/compare/1.5.4...1.5.5
[1.5.4]: https://github.com/jet/FsKafka/compare/1.5.3...1.5.4
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageProjectUrl>https://github.com/jet/FsKafka</PackageProjectUrl>
<PackageTags>kafka fsharp</PackageTags>
<PackageLicense>Apache-2.0</PackageLicense>
<Copyright>Copyright © 2016-20</Copyright>
<Copyright>Copyright © 2016-21</Copyright>

<ThisDirAbsolute>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)"))</ThisDirAbsolute>

Expand Down

0 comments on commit 6c6186f

Please sign in to comment.