Skip to content

Commit a68e634

Browse files
authored
Merge pull request #178 from duffelhq/release_1.2.0
Release v1.2.0
2 parents bcc9f00 + 9320659 commit a68e634

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## v1.1.1 - 2022-10-27
8+
## v1.2.0 - 2022-10-27
99
* Make config raise specific domain specific error ([#176](https://github.com/duffelhq/paginator/pull/176))
1010
* Update package dependencies
1111
* `ex_doc` 0.28.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Add `:paginator` to your list of dependencies in `mix.exs`:
6969
```elixir
7070
def deps do
7171
[
72-
{:paginator, "~> 1.1.1"}
72+
{:paginator, "~> 1.2.0"}
7373
]
7474
end
7575
```

mix.exs

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

44
@source_url "https://github.com/duffelhq/paginator"
5-
@version "1.1.1"
5+
@version "1.2.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)