Skip to content

Commit

Permalink
Merge pull request #130 from TransbankDevelopers/chore/prepare-releas…
Browse files Browse the repository at this point in the history
…e-3.0.0

Prepare release 3.0.0
  • Loading branch information
Felipe Fiebig authored May 26, 2021
2 parents d86e517 + 2ed0875 commit 0c99ffa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Todos los cambios notables a este proyecto serán documentados en este archivo.
El formato está basado en [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
y este proyecto adhiere a [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.0] - 2021-05-26

### Removed
- Se quita soporte para todos los productos en versión REST

### Changed
- Ya no es necesario pasar los headers del producto en las opciones, el SDK lo hace por su cuenta.

### Added
- Se agrega soporte para .NET Standard 2.0, puedes revisar la lista de compatibilidad en este link https://dotnet.microsoft.com/platform/dotnet-standard

## [2.6.0] - 2020-12-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion Transbank/Transbank.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>payments, cl, chile, transbank</PackageTags>
<PackageIconUrl>https://www.transbankdevelopers.cl/favicon.ico</PackageIconUrl>
<VersionPrefix>2.6.1</VersionPrefix>
<VersionPrefix>3.0.1</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Product>TransbankSDK</Product>
<Copyright>2020 - Transbank</Copyright>
Expand Down

0 comments on commit 0c99ffa

Please sign in to comment.