Skip to content

Commit 9b4b861

Browse files
authored
Merge pull request #108 from duffelhq/prep-1.0.4
Prepare for 1.0.4 release
2 parents 979d266 + cbba5f6 commit 9b4b861

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## v1.0.4 - 2021-03-15
4+
5+
* Fix type errors, thanks! @djthread:
6+
* ([#96](https://github.com/duffelhq/paginator/pull/96))
7+
* ([#98](https://github.com/duffelhq/paginator/pull/98))
8+
* Fix tuples typo in documentation: ([#99](https://github.com/duffelhq/paginator/pull/99), thanks! @iamsekun)
9+
* Use GitHub Actions for continuous integration: ([#100](https://github.com/duffelhq/paginator/pull/100), thanks! @dolfinus)
10+
* Update package dependencies
11+
* `calendar` -> 1.0.0
12+
* `ecto` -> 3.0.9
13+
* `ex_machina` -> 2.7.0
14+
* `plug_crypto` -> 1.2.1
15+
* `postgrex` -> 0.14.3
16+
317
## v1.0.3 - 2020-12-18
418

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

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.3"}]
68+
[{:paginator, "~> 1.0.4"}]
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.3"
4+
@version "1.0.4"
55

66
def project do
77
[

0 commit comments

Comments
 (0)