From d431316a182b5b5919ad80a22bbdc8edce2a1530 Mon Sep 17 00:00:00 2001 From: Alexander Zinovev Date: Fri, 14 Feb 2020 11:11:25 +0100 Subject: [PATCH] Prepare 3.1.12 release. Bump versions and update the CHANGELOG. --- CHANGELOG.md | 15 +++++++++++++-- Klarna.Rest/Klarna.Rest.Core/Common/Constants.cs | 2 +- .../Klarna.Rest.Core/Klarna.Rest.Core.csproj | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed42ed7..4c4327f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Klarna.Rest/Klarna.Rest.Core/Common/Constants.cs b/Klarna.Rest/Klarna.Rest.Core/Common/Constants.cs index 5543394..7648b2c 100644 --- a/Klarna.Rest/Klarna.Rest.Core/Common/Constants.cs +++ b/Klarna.Rest/Klarna.Rest.Core/Common/Constants.cs @@ -8,7 +8,7 @@ public class Constants /// /// The current version of .NET SDK library for Klarna Services /// - public const string Version = "3.1.11"; + public const string Version = "3.1.12"; /// /// The API for the European live environment diff --git a/Klarna.Rest/Klarna.Rest.Core/Klarna.Rest.Core.csproj b/Klarna.Rest/Klarna.Rest.Core/Klarna.Rest.Core.csproj index c76b0a0..6d0aaa9 100644 --- a/Klarna.Rest/Klarna.Rest.Core/Klarna.Rest.Core.csproj +++ b/Klarna.Rest/Klarna.Rest.Core/Klarna.Rest.Core.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 3.1.11 + 3.1.12 Klarna.Rest.Core Klarna Checkout REST .NET SDK Library