Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Update CHANGELOG and prepare for v3.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Rasyid Saliman committed Nov 5, 2019
1 parent dc13df5 commit 6d25906
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [3.1.8] (Enhancements/Bugfix Release)

### Changed

- Generated HPP models and put them in a new namespace Klarna.Rest.Core.Model.HostedPaymentPage. Generated models have all fields in the API
and fixes [#77](https://github.com/klarna/kco_rest_dotnet/issues/77)

### Added

- Overloaded HostedPaymentPageStore methods to use new HPP models.

## Fixed

- Fixes the GET endpoint for sessions to be `/hpp/v1/sessions/{sessionid}` instead of `/hpp/v1/sessions/{session}/status`. Fixes [#78](https://github.com/klarna/kco_rest_dotnet/issues/78)


## [3.1.7] (BugFix Release)

Expand Down
2 changes: 1 addition & 1 deletion Klarna.Rest/Klarna.Rest.Core/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Constants
/// <summary>
/// The current version of .NET SDK library for Klarna Services
/// </summary>
public const string Version = "3.1.7";
public const string Version = "3.1.8";

/// <summary>
/// The API for the European live environment
Expand Down
2 changes: 1 addition & 1 deletion Klarna.Rest/Klarna.Rest.Core/Klarna.Rest.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.1.7</Version>
<Version>3.1.8</Version>
<AssemblyName>Klarna.Rest.Core</AssemblyName>
<AssemblyTitle>Klarna Checkout REST .NET SDK</AssemblyTitle>
<OutputType>Library</OutputType>
Expand Down

0 comments on commit 6d25906

Please sign in to comment.