Skip to content

Commit 2916dd7

Browse files
committed
Bump version to 2.0.1
1 parent 743a528 commit 2916dd7

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
@@ -15,12 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
<!-- ### Removed -->
1717

18-
### Fixed
19-
20-
- A library upgrade caused idle SSE connections to time out after 60 seconds. This timeout is now disabled.
18+
<!-- ### Fixed -->
2119

2220
<!-- ### Security -->
2321

22+
## [2.0.1] - 2019-01-20
23+
24+
### Fixed
25+
26+
- A library upgrade caused idle SSE connections to time out after 60 seconds. This timeout is now disabled. [PR #148](https://github.com/Accenture/reactive-interaction-gateway/pull/148)
27+
2428
## [2.0.0] - 2019-01-16
2529

2630
### Added
@@ -155,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155159

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

158-
[unreleased]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0...HEAD
162+
[unreleased]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.1...HEAD
163+
[2.0.1]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0...2.0.1
159164
[2.0.0]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0-beta.2...2.0.0
160165
[2.0.0-beta.2]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0-beta.1...2.0.0-beta.2
161166
[2.0.0-beta.1]: https://github.com/Accenture/reactive-interaction-gateway/compare/1.1.0...2.0.0-beta.1

version

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

0 commit comments

Comments
 (0)