Skip to content

Commit

Permalink
[conf] Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Oct 14, 2024
1 parent e394a05 commit c7edcc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.1

* Fix total entries value when query has combinations - via [PR #98](https://github.com/mojotech/scrivener_ecto/pull/98)

## 3.0.0

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
package: package(),
Expand Down

0 comments on commit c7edcc1

Please sign in to comment.