From 24ac31ab2fe7a93a2fc6be92f075de0bf4e0975f Mon Sep 17 00:00:00 2001 From: Cristiano Piemontese Date: Tue, 28 May 2024 15:33:43 +0200 Subject: [PATCH] bump for release (#172) --- CHANGELOG.md | 8 +++++++- mix.exs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a0cd9..b03f4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.3.1-rc.1] - 2024-05-28 + +--- + ## [1.3.1] - 2023-09-01 ### Changed @@ -72,7 +76,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - HTTPoison 2.0.0 is now supported -[Unreleased]: https://github.com/primait/telepoison/compare/1.3.1...HEAD + +[Unreleased]: https://github.com/primait/telepoison/compare/1.3.1-rc.1...HEAD +[1.3.1-rc.1]: https://github.com/primait/telepoison/compare/1.3.1-rc.0...1.3.1-rc.1 [1.3.1]: https://github.com/primait/telepoison/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/primait/telepoison/compare/1.2.2...1.3.0 [1.2.2]: https://github.com/primait/telepoison/compare/1.2.1...1.2.2 diff --git a/mix.exs b/mix.exs index 498be26..e8a7e3e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Telepoison.MixProject do use Mix.Project @source_url "https://github.com/primait/telepoison" - @version "1.3.1-rc.0" + @version "1.3.1-rc.1" def project do [