We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e394a05 commit c7edcc1Copy full SHA for c7edcc1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.0.1
4
+
5
+* Fix total entries value when query has combinations - via [PR #98](https://github.com/mojotech/scrivener_ecto/pull/98)
6
7
## 3.0.0
8
9
### Breaking Changes
mix.exs
@@ -4,7 +4,7 @@ defmodule Scrivener.Ecto.Mixfile do
def project do
[
app: :scrivener_ecto,
- version: "3.0.0",
+ version: "3.0.1",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
10
package: package(),
0 commit comments