We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64afbab commit a9f22feCopy full SHA for a9f22fe
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v1.4.2
4
+
5
+* Support custom named Oban instances.
6
7
## v1.4.1
8
9
* Fix filtering in Postgres for `Smart` engine.
README.md
@@ -18,7 +18,7 @@ The package can be installed by adding `obanalyze` to your list of dependencies
18
```elixir
19
def deps do
20
[
21
- {:obanalyze, "~> 1.3"}
+ {:obanalyze, "~> 1.4"}
22
]
23
end
24
```
0 commit comments