Skip to content

Commit

Permalink
Release v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Sep 23, 2024
1 parent b91288a commit b1c6714
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Initial release!

## v0.1.9 — 2024-09-23

### Bug Fixes

- [Reporter] Use the correct prefixed count estimate function.

A function was created in the correct prefix, but the query didn't automatically select that
version of the function. This adds an explicit reference to the configured prefixed function.

## v0.1.8 — 2024-09-18

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Oban.Met.MixProject do
use Mix.Project

@version "0.1.8"
@version "0.1.9"

def project do
[
Expand Down

0 comments on commit b1c6714

Please sign in to comment.