Skip to content

Commit

Permalink
move DefaultClientRetryPolicy to the correct changelog version
Browse files Browse the repository at this point in the history
This was changed in #74, but the changelog entry was added to an
existing version instead of the new/unreleased one.
  • Loading branch information
bgentry committed Nov 27, 2023
1 parent 0c4ad4c commit e2d8006
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed a panic in the periodic job enqueuer caused by sometimes trying to reset a `time.Ticker` with a negative or zero duration. Fixed in PR #73.

### Changed

- `DefaultClientRetryPolicy`: calculate the next attempt based on the current time instead of the time the prior attempt began.

## [0.0.9] - 2023-11-23

### Fixed

- **DATABASE MIGRATION**: Database schema v3 was introduced in v0.0.8 and contained an obvious flaw preventing it from running against existing tables. This migration was altered to execute the migration in multiple steps.

### Changed

- `DefaultClientRetryPolicy`: calculate the next attempt based on the current time instead of the time the prior attempt began.

## [0.0.8] - 2023-11-21

### Changed
Expand Down

0 comments on commit e2d8006

Please sign in to comment.