Skip to content

Commit

Permalink
Merge pull request #178 from duffelhq/release_1.2.0
Browse files Browse the repository at this point in the history
Release v1.2.0
  • Loading branch information
telphan authored Oct 27, 2022
2 parents bcc9f00 + 9320659 commit a68e634
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.1.1 - 2022-10-27
## v1.2.0 - 2022-10-27
* Make config raise specific domain specific error ([#176](https://github.com/duffelhq/paginator/pull/176))
* Update package dependencies
* `ex_doc` 0.28.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Add `:paginator` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:paginator, "~> 1.1.1"}
{:paginator, "~> 1.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Paginator.Mixfile do
use Mix.Project

@source_url "https://github.com/duffelhq/paginator"
@version "1.1.1"
@version "1.2.0"

def project do
[
Expand Down

0 comments on commit a68e634

Please sign in to comment.