Skip to content

Commit

Permalink
Merge pull request #296 from coopergillan/fix-changelog-link-typo
Browse files Browse the repository at this point in the history
Fix two links in CHANGELOG
  • Loading branch information
jbdietrich committed Oct 7, 2022
2 parents 04d6e70 + 38407ea commit cea1a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## Unreleased

## v2.8.2
* Handles ErroneousStateError, in previous versions the consumer would do several unecessary group leave/joins. The log level is also changed to WARN instead of ERROR. ([#285](https://github.com/zendesk/racecar/pull/295))
* Handles ErroneousStateError, in previous versions the consumer would do several unecessary group leave/joins. The log level is also changed to WARN instead of ERROR. ([#295](https://github.com/zendesk/racecar/pull/295))

## v2.8.1
* Adds new ErroneousStateError to racecar in order to give more information on this new possible exception.

## v2.8.0
* Update librdkafka version from 1.8.2 to 1.9.0 by upgrading from rdkafka 0.10.0 to 0.12.0. ([#283](https://github.com/zendesk/racecar/pull/293))
* Update librdkafka version from 1.8.2 to 1.9.0 by upgrading from rdkafka 0.10.0 to 0.12.0. ([#293](https://github.com/zendesk/racecar/pull/293))

## v2.7.0

Expand Down

0 comments on commit cea1a63

Please sign in to comment.