File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
<!-- ### Removed -->
17
17
18
+ <!-- ### Fixed -->
19
+
20
+ <!-- ### Security -->
21
+
22
+ ## [ 2.0.2] - 2019-01-20
23
+
18
24
### Fixed
19
25
20
26
- Upgraded a dependency to fix the Docker build. [ #149 ] ( https://github.com/Accenture/reactive-interaction-gateway/issues/149 )
21
27
22
- <!-- ### Security -->
23
-
24
28
## [ 2.0.1] - 2019-01-20
25
29
26
30
### Fixed
@@ -162,6 +166,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
162
166
- [ Config] Disable Origin checking. [ #12 ] ( https://github.com/Accenture/reactive-interaction-gateway/pull/12 )
163
167
164
168
[ unreleased ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.1...HEAD
169
+ [ 2.0.2 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.1...2.0.2
165
170
[ 2.0.1 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0...2.0.1
166
171
[ 2.0.0 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0-beta.2...2.0.0
167
172
[ 2.0.0-beta.2 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0-beta.1...2.0.0-beta.2
Original file line number Diff line number Diff line change 1
1
%{
2
- rig: "2.0.1 ",
2
+ rig: "2.0.2 ",
3
3
elixir: "~> 1.7",
4
4
}
You can’t perform that action at this time.
0 commit comments