File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
---
11
11
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
+
12
20
## [ 1.3.0] - 2023-04-19
13
21
14
22
### Changed
@@ -64,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
72
- HTTPoison 2.0.0 is now supported
65
73
66
74
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
68
77
[ 1.3.0 ] : https://github.com/primait/telepoison/compare/1.2.2...1.3.0
69
78
[ 1.2.2 ] : https://github.com/primait/telepoison/compare/1.2.1...1.2.2
70
79
[ 1.2.1 ] : https://github.com/primait/telepoison/compare/1.2.0...1.2.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Telepoison.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/primait/telepoison"
5
- @ version "1.3.0 "
5
+ @ version "1.3.1 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments