Skip to content

Commit

Permalink
Merge pull request #91 from duffelhq/prep-1.0.2
Browse files Browse the repository at this point in the history
Prepare for 1.0.2 release
  • Loading branch information
sgerrand authored Dec 2, 2020
2 parents d56287c + b734755 commit 8f2a331
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.0.2 - 2020-11-20

* Update package dependencies
* `inch` -> 2.0
* `plug_crypto` -> 1.2.0
* `ex_doc` -> 0.23.0

## v1.0.1 - 2020-08-18

* Fix sorting bug in cursor query ([#73](https://github.com/duffelhq/paginator/pull/73))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Add `paginator` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:paginator, "~> 1.0.1"}]
[{:paginator, "~> 1.0.2"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Paginator.Mixfile do
use Mix.Project

@version "1.0.1"
@version "1.0.2"

def project do
[
Expand Down

0 comments on commit 8f2a331

Please sign in to comment.