We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56287c commit b734755Copy full SHA for b734755
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v1.0.2 - 2020-11-20
4
+
5
+* Update package dependencies
6
+ * `inch` -> 2.0
7
+ * `plug_crypto` -> 1.2.0
8
+ * `ex_doc` -> 0.23.0
9
10
## v1.0.1 - 2020-08-18
11
12
* Fix sorting bug in cursor query ([#73](https://github.com/duffelhq/paginator/pull/73))
README.md
@@ -65,7 +65,7 @@ Add `paginator` to your list of dependencies in `mix.exs`:
65
66
```elixir
67
def deps do
68
- [{:paginator, "~> 1.0.1"}]
+ [{:paginator, "~> 1.0.2"}]
69
end
70
```
71
mix.exs
@@ -1,7 +1,7 @@
defmodule Paginator.Mixfile do
use Mix.Project
- @version "1.0.1"
+ @version "1.0.2"
def project do
[
0 commit comments