Skip to content

Commit

Permalink
Prepare release 1.3.1 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone authored Sep 1, 2023
1 parent bc5fc23 commit 1e817e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [1.3.1] - 2023-09-01

### Changed

- `Telepoison.setup/1` deprecation using @deprecated annotation instead of a warning log.

---

## [1.3.0] - 2023-04-19

### Changed
Expand Down Expand Up @@ -64,7 +72,8 @@ 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.0...HEAD
[Unreleased]: https://github.com/primait/telepoison/compare/1.3.1...HEAD
[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
[1.2.1]: https://github.com/primait/telepoison/compare/1.2.0...1.2.1
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 Telepoison.MixProject do
use Mix.Project

@source_url "https://github.com/primait/telepoison"
@version "1.3.0"
@version "1.3.1"

def project do
[
Expand Down

0 comments on commit 1e817e6

Please sign in to comment.