Skip to content

Commit 793648b

Browse files
committed
Bump version to 2.2.1
1 parent 4cd9283 commit 793648b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- ### Added -->
1111

12-
### Changed
13-
14-
- [Config] Increased maximum number of Erlang ports from 4096 to 65536 to allow more HTTP connections.
12+
<!-- ### Changed -->
1513

1614
<!-- ### Deprecated -->
1715

1816
<!-- ### Removed -->
1917

2018
<!-- ### Security -->
2119

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+
2226
## [2.2.0] - 2019-06-17
2327

2428
### Added
@@ -263,7 +267,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
263267

264268
- [Config] Disable Origin checking. [#12](https://github.com/Accenture/reactive-interaction-gateway/pull/12)
265269

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
267272
[2.2.0]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.1.1...2.2.0
268273
[2.1.1]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.1.0...2.1.1
269274
[2.1.0]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.2...2.1.0

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
%{
2-
rig: "2.2.0",
2+
rig: "2.2.1",
33
elixir: "~> 1.7",
44
}

0 commit comments

Comments
 (0)