File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Add `:paginator` to your list of dependencies in `mix.exs`:
6969``` elixir
7070def deps do
7171 [
72- {:paginator , " ~> 1.1.1 " }
72+ {:paginator , " ~> 1.2.0 " }
7373 ]
7474end
7575```
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments