Skip to content

Commit

Permalink
Merge pull request #108 from duffelhq/prep-1.0.4
Browse files Browse the repository at this point in the history
Prepare for 1.0.4 release
  • Loading branch information
sgerrand authored Mar 15, 2021
2 parents 979d266 + cbba5f6 commit 9b4b861
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v1.0.4 - 2021-03-15

* Fix type errors, thanks! @djthread:
* ([#96](https://github.com/duffelhq/paginator/pull/96))
* ([#98](https://github.com/duffelhq/paginator/pull/98))
* Fix tuples typo in documentation: ([#99](https://github.com/duffelhq/paginator/pull/99), thanks! @iamsekun)
* Use GitHub Actions for continuous integration: ([#100](https://github.com/duffelhq/paginator/pull/100), thanks! @dolfinus)
* Update package dependencies
* `calendar` -> 1.0.0
* `ecto` -> 3.0.9
* `ex_machina` -> 2.7.0
* `plug_crypto` -> 1.2.1
* `postgrex` -> 0.14.3

## v1.0.3 - 2020-12-18

* Fix cursor field validation bug ([#93](https://github.com/duffelhq/paginator/pull/93))
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.3"}]
[{:paginator, "~> 1.0.4"}]
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.3"
@version "1.0.4"

def project do
[
Expand Down

0 comments on commit 9b4b861

Please sign in to comment.