Skip to content

Commit b734755

Browse files
author
Sasha Gerrand
committed
Prepare for 1.0.2 release
1 parent d56287c commit b734755

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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+
310
## v1.0.1 - 2020-08-18
411

512
* Fix sorting bug in cursor query ([#73](https://github.com/duffelhq/paginator/pull/73))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add `paginator` to your list of dependencies in `mix.exs`:
6565

6666
```elixir
6767
def deps do
68-
[{:paginator, "~> 1.0.1"}]
68+
[{:paginator, "~> 1.0.2"}]
6969
end
7070
```
7171

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Paginator.Mixfile do
22
use Mix.Project
33

4-
@version "1.0.1"
4+
@version "1.0.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)