From 6b8321e1f381980865ff53ee87edfcadc9dca300 Mon Sep 17 00:00:00 2001 From: Maria Korlotian Date: Wed, 30 Sep 2020 16:03:10 +0200 Subject: [PATCH] Release 1.5.0 (#49) * Bump the version * Add new changes to changelog --- CHANGELOG.md | 14 +++++++++++++- src/Castle.Sdk/Castle.Sdk.csproj | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fbfd0..d17e68e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## master +## 1.5.0 (2020-09-30) + +**Features:** + +- [#43](https://github.com/castle/castle-dotnet/pull/43) Add `IpHeaders`, `TrustedProxies`, `TrustedProxyDepth` and `TrustProxyChain` configuration options + + +**Enhancement** + +- [#48](https://github.com/castle/castle-dotnet/pull/48) Update the readme with new config options +- [#47](https://github.com/castle/castle-dotnet/pull/47) Add more tests for the context section + ## 1.4.0 (2020-08-21) **Features:** @@ -40,4 +52,4 @@ **Features:** - [#11](https://github.com/castle/castle-dotnet/pull/11) Allow optional `clientId` parameter in the call to GetDevices(), which will set each device's `IsCurrentDevice` property accordingly. -- [#16](https://github.com/castle/castle-dotnet/pull/16) Can get IP address from request headers when using `Castle.Context.FromHttpRequest()`, by providing the helper with a list of header names to look for. \ No newline at end of file +- [#16](https://github.com/castle/castle-dotnet/pull/16) Can get IP address from request headers when using `Castle.Context.FromHttpRequest()`, by providing the helper with a list of header names to look for. diff --git a/src/Castle.Sdk/Castle.Sdk.csproj b/src/Castle.Sdk/Castle.Sdk.csproj index 3bc329d..4bf5ea4 100644 --- a/src/Castle.Sdk/Castle.Sdk.csproj +++ b/src/Castle.Sdk/Castle.Sdk.csproj @@ -5,7 +5,7 @@ false https://github.com/castle/castle-dotnet Castle - 1.4.0 + 1.5.0 Castle Castle .NET SDK Castle SDK for C# / .NET