Skip to content

Commit

Permalink
Release 1.5.0 (#49)
Browse files Browse the repository at this point in the history
* Bump the version

* Add new changes to changelog
  • Loading branch information
Maria Korlotian committed Sep 30, 2020
1 parent 93671d7 commit 6b8321e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down Expand Up @@ -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.
- [#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.
2 changes: 1 addition & 1 deletion src/Castle.Sdk/Castle.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/castle/castle-dotnet</PackageProjectUrl>
<RootNamespace>Castle</RootNamespace>
<Version>1.4.0</Version>
<Version>1.5.0</Version>
<Authors>Castle</Authors>
<Product>Castle .NET SDK</Product>
<Description>Castle SDK for C# / .NET</Description>
Expand Down

0 comments on commit 6b8321e

Please sign in to comment.