Skip to content

Commit e061511

Browse files
author
Kevin Bader
committed
Bump version to 2.4.0
1 parent e634701 commit e061511

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
<!-- ## [Unreleased] -->
99

10-
### Added
11-
12-
- Added possibility to define Kafka/Kinesis topic and schema per reverse proxy endpoint. The current solution using environment variables is deprecated, but still used as a fallback -- will be removed in the version 3.0. [#229](https://github.com/Accenture/reactive-interaction-gateway/issues/229)
13-
- Added Kinesis + Localstack example [#229](https://github.com/Accenture/reactive-interaction-gateway/issues/229)
10+
<!-- ### Added -->
1411

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

@@ -22,11 +19,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2219

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

22+
<!-- ### Technical Improvements -->
23+
24+
## [2.4.0] - 2020-05-07
25+
26+
### Added
27+
28+
- Added possibility to define Kafka/Kinesis topic and schema per reverse proxy endpoint. The current solution using environment variables is deprecated, but still used as a fallback -- will be removed in the version 3.0.
29+
[#229](https://github.com/Accenture/reactive-interaction-gateway/issues/229)
30+
- Added Kinesis + Localstack example.
31+
[#229](https://github.com/Accenture/reactive-interaction-gateway/issues/229)
32+
2533
### Technical Improvements
2634

2735
- Upgrade the Elixir version to 1.10 for source code and Docker images. Upgrade version for multiple dependencies.
2836
[#285](https://github.com/Accenture/reactive-interaction-gateway/issues/285)
29-
- Added [Slackin](https://rig-slackin.herokuapp.com/) integration for easier Slack access - check the main page badge! [#240](https://github.com/Accenture/reactive-interaction-gateway/issues/240)
37+
- Added [Slackin](https://rig-slackin.herokuapp.com/) integration for easier Slack access - check the main page badge!
38+
[#240](https://github.com/Accenture/reactive-interaction-gateway/issues/240)
3039

3140
## [2.3.0] - 2019-12-13
3241

@@ -373,7 +382,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
373382
- Disable Origin checking.
374383
[#12](https://github.com/Accenture/reactive-interaction-gateway/pull/12)
375384

376-
[unreleased]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.3.0...HEAD
385+
[unreleased]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.4.0...HEAD
386+
[2.4.0]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.3.0...2.4.0
377387
[2.3.0]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.2.1...2.3.0
378388
[2.2.1]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.2.0...2.2.1
379389
[2.2.0]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.1.1...2.2.0

version

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

0 commit comments

Comments
 (0)