From 932065962d315d985b80fb569fb74205623280ac Mon Sep 17 00:00:00 2001 From: Theodor Ghezan Date: Thu, 27 Oct 2022 15:55:22 +0100 Subject: [PATCH] Release version 1.2.0 --- CHANGELOG.md | 2 +- README.md | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c76c6..87c50b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index eeef1d6..d24f6cc 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 10d7a77..e35f6c9 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [