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

Commit

Permalink
Prepare 3.1.12 release. Bump versions and update the CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexions committed Feb 14, 2020
1 parent 2daaf9a commit d431316
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Added

### Fixed



## [3.1.12] - 2020-02-14

### Changed

- Rolled back previous model changes. Remove obsolescence notices.

### Added

### Fixed
- HTTP Transport: Oceania Base URLs (playground and production)


## [3.1.10] (Enhancements Release/Auto-generated models) - 2019-12-10
Expand Down Expand Up @@ -258,7 +268,8 @@ and fixes [#77](https://github.com/klarna/kco_rest_dotnet/issues/77)

- **NEW MINT-1912** Support checkout v3 and ordermanagement v1 APIs - *Joakim.L*

[Unreleased]: https://github.com/klarna/kco_rest_dotnet/compare/v3.1.10...HEAD
[Unreleased]: https://github.com/klarna/kco_rest_dotnet/compare/v3.1.12...HEAD
[3.1.12]: https://github.com/klarna/kco_rest_dotnet/compare/v3.1.10...v3.1.12
[3.1.10]: https://github.com/klarna/kco_rest_dotnet/compare/v3.1.9...v3.1.10
[3.1.9]: https://github.com/klarna/kco_rest_dotnet/compare/v3.1.8...v3.1.9
[3.1.8]: https://github.com/klarna/kco_rest_dotnet/compare/v3.1.7...v3.1.8
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.11";
public const string Version = "3.1.12";

/// <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.11</Version>
<Version>3.1.12</Version>
<AssemblyName>Klarna.Rest.Core</AssemblyName>
<AssemblyTitle>Klarna Checkout REST .NET SDK</AssemblyTitle>
<OutputType>Library</OutputType>
Expand Down

0 comments on commit d431316

Please sign in to comment.