Skip to content

Commit 206a405

Browse files
committed
Bump version to 2.0.0
1 parent 9e981a7 commit 206a405

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1024
### Added
1125

1226
- 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
139153

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

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
143158
[2.0.0-beta.2]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0-beta.1...2.0.0-beta.2
144159
[2.0.0-beta.1]: https://github.com/Accenture/reactive-interaction-gateway/compare/1.1.0...2.0.0-beta.1
145160
[1.1.0]: https://github.com/Accenture/reactive-interaction-gateway/compare/1.0.0...1.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.0.0-beta.2",
2+
rig: "2.0.0",
33
elixir: "~> 1.7",
44
}

0 commit comments

Comments
 (0)