Skip to content

Commit 6c6186f

Browse files
committed
Release 1.6.2
1 parent 69fe321 commit 6c6186f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ The `Unreleased` section name is replaced by the expected version of next releas
1212

1313
## [Unreleased]
1414

15+
### Added
16+
### Changed
17+
### Removed
18+
### Fixed
19+
20+
<a name="1.6.2"></a>
21+
## [1.6.2] - 2021-02-26
22+
1523
### Added
1624

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

31-
### Fixed
32-
3339
<a name="1.5.6"></a>
3440
## [1.5.6] - 2020-12-11
3541

@@ -437,7 +443,8 @@ _NOTE: not interoperable (i.e., via a binding redirect) with CK 1.1 due to a bre
437443

438444
(Stripped down repo for history purposes, see [`v0` branch](tree/v0) for implementation targeting `Confluent.Kafka` v `0.9.4`)
439445

440-
[Unreleased]: https://github.com/jet/FsKafka/compare/1.5.6...HEAD
446+
[Unreleased]: https://github.com/jet/FsKafka/compare/1.6.2...HEAD
447+
[1.6.2]: https://github.com/jet/FsKafka/compare/1.5.6...1.6.2
441448
[1.5.6]: https://github.com/jet/FsKafka/compare/1.5.5...1.5.6
442449
[1.5.5]: https://github.com/jet/FsKafka/compare/1.5.4...1.5.5
443450
[1.5.4]: https://github.com/jet/FsKafka/compare/1.5.3...1.5.4

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageProjectUrl>https://github.com/jet/FsKafka</PackageProjectUrl>
77
<PackageTags>kafka fsharp</PackageTags>
88
<PackageLicense>Apache-2.0</PackageLicense>
9-
<Copyright>Copyright © 2016-20</Copyright>
9+
<Copyright>Copyright © 2016-21</Copyright>
1010

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

0 commit comments

Comments
 (0)