Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Nov 8, 2018
1 parent b724702 commit a48c013
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

## 2.1.0-dev

* Optimize `total_entries` for queries without group by clauses

## 2.0.0

* Don't allow `page_number` to be greater than `total_pages`
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: "2.0.0",
version: "2.1.0-dev",
elixir: "~> 1.3",
elixirc_paths: elixirc_paths(Mix.env()),
package: package(),
Expand Down

0 comments on commit a48c013

Please sign in to comment.