Skip to content

Commit 056a183

Browse files
committed
Bump version to 2.2.0
1 parent 420d893 commit 056a183

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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+
<!-- ### Security -->
19+
20+
## [2.2.0] - 2019-06-17
21+
1022
### Added
1123

1224
- [API Gateway] New custom metric: `rig_proxy_requests_total`. For details see [`metrics-details.md`](docs/metrics-details.md). [#157](https://github.com/Accenture/reactive-interaction-gateway/issues/157)
@@ -68,10 +80,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6880
}
6981
```
7082

71-
<!-- ### Removed -->
72-
73-
<!-- ### Security -->
74-
7583
## [2.1.1] - 2019-03-27
7684

7785
### Added

version

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

0 commit comments

Comments
 (0)