Skip to content

Commit 1e817e6

Browse files
Prepare release 1.3.1 (#138)
1 parent bc5fc23 commit 1e817e6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
---
1111

12+
## [1.3.1] - 2023-09-01
13+
14+
### Changed
15+
16+
- `Telepoison.setup/1` deprecation using @deprecated annotation instead of a warning log.
17+
18+
---
19+
1220
## [1.3.0] - 2023-04-19
1321

1422
### Changed
@@ -64,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6472
- HTTPoison 2.0.0 is now supported
6573

6674

67-
[Unreleased]: https://github.com/primait/telepoison/compare/1.3.0...HEAD
75+
[Unreleased]: https://github.com/primait/telepoison/compare/1.3.1...HEAD
76+
[1.3.1]: https://github.com/primait/telepoison/compare/1.3.0...1.3.1
6877
[1.3.0]: https://github.com/primait/telepoison/compare/1.2.2...1.3.0
6978
[1.2.2]: https://github.com/primait/telepoison/compare/1.2.1...1.2.2
7079
[1.2.1]: https://github.com/primait/telepoison/compare/1.2.0...1.2.1

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Telepoison.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/primait/telepoison"
5-
@version "1.3.0"
5+
@version "1.3.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)