Skip to content

Commit

Permalink
Merge pull request #94 from duffelhq/v1.0.3
Browse files Browse the repository at this point in the history
v1.0.3
  • Loading branch information
msz authored Dec 21, 2020
2 parents fc61325 + ecd3eb2 commit 0e82935
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.0.3 - 2020-12-18

* Fix cursor field validation bug ([#93](https://github.com/duffelhq/paginator/pull/93))

## v1.0.2 - 2020-11-20

* Update package dependencies
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.2"}]
[{:paginator, "~> 1.0.3"}]
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.2"
@version "1.0.3"

def project do
[
Expand Down

0 comments on commit 0e82935

Please sign in to comment.