Skip to content

Commit b006b1c

Browse files
committed
Bump version to 2.1.1
1 parent cad273c commit b006b1c

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,25 @@ 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.1.1] - 2019-03-27
23+
1024
### Added
1125

12-
When using the proxy, RIG will now add an additional [`Forwarded` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded). [#113](https://github.com/Accenture/reactive-interaction-gateway/issues/113)
13-
- Increased length of header value in HTTP requests to 16384. Reason is to support long tokens such as SAML.
26+
- When using the proxy, RIG will now add an additional [`Forwarded` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded).
27+
[#113](https://github.com/Accenture/reactive-interaction-gateway/issues/113)
28+
- Increased length of header value in HTTP requests to 16384 to support long tokens for SAML.
1429

1530
### Changed
1631

@@ -21,19 +36,13 @@ When using the proxy, RIG will now add an additional [`Forwarded` header](https:
2136
[#54](https://github.com/Accenture/reactive-interaction-gateway/issues/54)
2237
[#164](https://github.com/Accenture/reactive-interaction-gateway/issues/164)
2338

24-
<!-- ### Deprecated -->
25-
26-
<!-- ### Removed -->
27-
2839
### Fixed
2940

30-
- [Proxy] Parsing of JSON files in proxy module. Expected that `api.id` is an atom, but when using files it's a string.
41+
- [Proxy] Parsing of JSON files in proxy module - `api.id` was expected to be an atom, but when using files it's a string.
3142
- [Kinesis] Support for CloudEvents versions 0.1 and 0.2.
3243
- [Docs] Fixed channels example with latest RIG API changes.
3344
- [Docs] Fixed sse/ws examples to use JWT inferred subscriptions correctly.
3445

35-
<!-- ### Security -->
36-
3746
## [2.1.0] - 2019-02-15
3847

3948
### Added
@@ -191,7 +200,8 @@ When using the proxy, RIG will now add an additional [`Forwarded` header](https:
191200

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

194-
[unreleased]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.1.0...HEAD
203+
[unreleased]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.1.1...HEAD
204+
[2.1.1]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.1.0...2.1.1
195205
[2.1.0]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.2...2.1.0
196206
[2.0.2]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.1...2.0.2
197207
[2.0.1]: https://github.com/Accenture/reactive-interaction-gateway/compare/2.0.0...2.0.1

version

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

0 commit comments

Comments
 (0)