File tree 2 files changed +10
-5
lines changed 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
<!-- ### Added -->
11
11
12
- ### Changed
13
-
14
- - [ Config] Increased maximum number of Erlang ports from 4096 to 65536 to allow more HTTP connections.
12
+ <!-- ### Changed -->
15
13
16
14
<!-- ### Deprecated -->
17
15
18
16
<!-- ### Removed -->
19
17
20
18
<!-- ### Security -->
21
19
20
+ ## [ 2.2.1] - 2019-06-21
21
+
22
+ ### Changed
23
+
24
+ - [ Config] Increased maximum number of Erlang ports from 4096 to 65536 to allow more HTTP connections.
25
+
22
26
## [ 2.2.0] - 2019-06-17
23
27
24
28
### Added
@@ -263,7 +267,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
263
267
264
268
- [ Config] Disable Origin checking. [ #12 ] ( https://github.com/Accenture/reactive-interaction-gateway/pull/12 )
265
269
266
- [ unreleased ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.2.0...HEAD
270
+ [ unreleased ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.2.1...HEAD
271
+ [ 2.2.1 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.2.0...2.2.1
267
272
[ 2.2.0 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.1.1...2.2.0
268
273
[ 2.1.1 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.1.0...2.1.1
269
274
[ 2.1.0 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.2...2.1.0
Original file line number Diff line number Diff line change 1
1
%{
2
- rig: "2.2.0 ",
2
+ rig: "2.2.1 ",
3
3
elixir: "~> 1.7",
4
4
}
You can’t perform that action at this time.
0 commit comments