Skip to content

Commit

Permalink
Fix changelog dates (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
bceskavich authored Feb 20, 2024
1 parent 06ce5bc commit 6f53360
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 @@ -74,7 +74,7 @@ args
|> Oban.insert()
```

## v2.17.4 — 2023-02-16
## v2.17.4 — 2024-02-16

### Enhancements

Expand Down Expand Up @@ -139,7 +139,7 @@ args

- [Job] Fix unique typespec by unwrapping the `field` type.

## v2.17.3 — 2023-01-23
## v2.17.3 — 2024-01-23

### Enhancements

Expand All @@ -159,7 +159,7 @@ args

Previously, the only way to put meta was through a non-blocking notification to `handle_info`.

## v2.17.2 — 2023-01-11
## v2.17.2 — 2024-01-11

### Enhancements

Expand Down Expand Up @@ -212,7 +212,7 @@ args
inefficient, repetitive, and violated the common practice of avoiding exceptions for flow
control.

- [Validation] Use schema based validation for workers, plugins, and config.
- [Validation] Use schema based validation for workers, plugins, and config.

Validations are now simpler and more consistent, and behaviour based notifiers such as Engine,
Repo, and Peer are more descriptive.
Expand Down

0 comments on commit 6f53360

Please sign in to comment.