Skip to content

Commit 8fc09d1

Browse files
committed
Bump version to 2.1.0
1 parent b06aedd commit 8fc09d1

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Added
11-
- Initial Prometheus Integration providing standard metrics. [#96](https://github.com/Accenture/reactive-interaction-gateway/issues/96)
12-
13-
- The proxy configuration can now also be passed as a JSON string. This allows to run the Docker image in environments where mounting a file in a container is not possible. [#159](https://github.com/Accenture/reactive-interaction-gateway/issues/159)
10+
<!-- ### Added -->
1411

1512
<!-- ### Changed -->
1613

1714
<!-- ### Deprecated -->
1815

19-
### Removed
20-
- Removing the Rate Limit feature from Inbound gateway [#144](https://github.com/Accenture/reactive-interaction-gateway/issues/144)
16+
<!-- ### Removed -->
17+
2118
<!-- ### Fixed -->
2219

2320
<!-- ### Security -->
2421

22+
## [2.1.0] - 2019-02-15
23+
24+
### Added
25+
26+
- Prometheus monitoring endpoint. [#96](https://github.com/Accenture/reactive-interaction-gateway/issues/96)
27+
- The proxy configuration can now also be passed as a JSON string. This allows to run the Docker image in environments where mounting a file in a container is not possible. [#159](https://github.com/Accenture/reactive-interaction-gateway/issues/159)
28+
29+
### Removed
30+
31+
- Rate limiting. [#144](https://github.com/Accenture/reactive-interaction-gateway/issues/144)
32+
2533
## [2.0.2] - 2019-01-20
2634

2735
### Fixed
@@ -168,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
168176

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

171-
[unreleased]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.1...HEAD
179+
[unreleased]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.1.0...HEAD
180+
[2.1.0]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.2...2.1.0
172181
[2.0.2]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.1...2.0.2
173182
[2.0.1]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0...2.0.1
174183
[2.0.0]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0-beta.2...2.0.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.2",
2+
rig: "2.1.0",
33
elixir: "~> 1.7",
44
}

0 commit comments

Comments
 (0)