File tree 2 files changed +17
-2
lines changed 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ <!-- ### Added -->
11
+
12
+ <!-- ### Changed -->
13
+
14
+ <!-- ### Deprecated -->
15
+
16
+ <!-- ### Removed -->
17
+
18
+ <!-- ### Fixed -->
19
+
20
+ <!-- ### Security -->
21
+
22
+ ## [ 2.0.0] - 2019-01-16
23
+
10
24
### Added
11
25
12
26
- HTTP/2 and HTTPS support. [ #34 ] ( https://github.com/Accenture/reactive-interaction-gateway/issues/34 )
@@ -139,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139
153
140
154
- [ Config] Disable Origin checking. [ #12 ] ( https://github.com/Accenture/reactive-interaction-gateway/pull/12 )
141
155
142
- [ unreleased ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0-beta.2...HEAD
156
+ [ unreleased ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0...HEAD
157
+ [ 2.0.0 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0-beta.2...2.0.0
143
158
[ 2.0.0-beta.2 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0-beta.1...2.0.0-beta.2
144
159
[ 2.0.0-beta.1 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/1.1.0...2.0.0-beta.1
145
160
[ 1.1.0 ] : https://github.com/Accenture/reactive-interaction-gateway/compare/1.0.0...1.1.0
Original file line number Diff line number Diff line change 1
1
%{
2
- rig: "2.0.0-beta.2 ",
2
+ rig: "2.0.0",
3
3
elixir: "~> 1.7",
4
4
}
You can’t perform that action at this time.
0 commit comments