Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marysieek committed Mar 24, 2021
1 parent b3ad105 commit 9799925
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## master

## 2.0.0 (2021-03-24)

**BREAKING CHANGES:**

- [#50](https://github.com/castle/castle-dotnet/pull/50)
* remove `Castle.Events` - please use [recognized events](https://docs.castle.io/api_reference/#list-of-recognized-events) instead
* remove `Ip`, `Headers`, `ClientId` fields from context - no action required

**Enhancements:**

- [#50](https://github.com/castle/castle-dotnet/pull/50)
* add new supported top-level fields to the commands (`Fingerprint`, `Status`, `Headers`, `Ip`)
* update Readme to reflect the changes

## 1.5.0 (2020-09-30)

**Features:**
Expand Down
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.5.0</Version>
<Version>2.0.0</Version>
<Authors>Castle</Authors>
<Product>Castle .NET SDK</Product>
<Description>Castle SDK for C# / .NET</Description>
Expand Down

0 comments on commit 9799925

Please sign in to comment.