Skip to content

Commit c7edcc1

Browse files
committed
[conf] Version bump
1 parent e394a05 commit c7edcc1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 3.0.0
48

59
### Breaking Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Scrivener.Ecto.Mixfile do
44
def project do
55
[
66
app: :scrivener_ecto,
7-
version: "3.0.0",
7+
version: "3.0.1",
88
elixir: "~> 1.14",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
package: package(),

0 commit comments

Comments
 (0)