Skip to content

Commit 2e7e2ad

Browse files
committed
chore: release version v0.8.8
1 parent 345135d commit 2e7e2ad

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v0.8.8](https://github.com/ash-project/ash_oban/compare/v0.8.7...v0.8.8) (2026-04-13)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* Add missing usage_rules files to hex package (#215) by Philip Munksgaard
22+
1423
## [v0.8.7](https://github.com/ash-project/ash_oban/compare/v0.8.6...v0.8.7) (2026-03-26)
1524

1625

documentation/tutorials/getting-started-with-ash-oban.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ about what `AshOban` provides.
1818
## Bring in the `ash_oban` dependency
1919

2020
```elixir
21-
{:ash_oban, "~> 0.8.7"}
21+
{:ash_oban, "~> 0.8.8"}
2222
```
2323

2424
## Setup

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule AshOban.MixProject do
66
use Mix.Project
77

8-
@version "0.8.7"
8+
@version "0.8.8"
99

1010
@description """
1111
The extension for integrating Ash resources with Oban.

0 commit comments

Comments
 (0)