Skip to content

Commit

Permalink
release: 1.2.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
joladev authored Mar 28, 2019
1 parent 2461140 commit 05179c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## master

## 1.2.0 (2019-03-28)

**Features:**
- [#25](https://github.com/castle/castle-dotnet/pull/25) Adds `CastleClient.ArchiveDevices`

**Enhancement:**
- [#26](https://github.com/castle/castle-dotnet/pull/26) Guard against missing client method arguments and API secret
- [#27](https://github.com/castle/castle-dotnet/pull/27) Return null for requests caught in exception guard

**Bug fixes:**
- [#28](https://github.com/castle/castle-dotnet/pull/28) Include request/response content in info logging

## 1.1.1 (2019-03-26)

**Bug fixes:**
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.1.1</Version>
<Version>1.2.0</Version>
<Authors>Castle</Authors>
<Product>Castle .NET SDK</Product>
<Description>Castle SDK for C# / .NET</Description>
Expand Down

0 comments on commit 05179c1

Please sign in to comment.