diff --git a/CHANGELOG.MD b/CHANGELOG.MD index c04a9ef..e1715a5 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,9 @@ # Releases +## VERSION 2.0.5 +- Add Point of Interaction to the root and Address to Payer +- Refactoring e2e tests, createCardToken and createEmailTestUser + ## VERSION 2.0.4 - Fix payment search types - Optional returns on payment search diff --git a/package.json b/package.json index 7c7626b..15b83f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.4", + "version": "2.0.5", "description": "Mercadopago SDK for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/utils/config/index.ts b/src/utils/config/index.ts index 7afecd0..1c3ab9e 100644 --- a/src/utils/config/index.ts +++ b/src/utils/config/index.ts @@ -5,7 +5,7 @@ export class AppConfig { static readonly BASE_URL = 'https://api.mercadopago.com'; static readonly PRODUCT_ID = 'bc32b6ntrpp001u8nhkg'; - static SDK_VERSION = '2.0.4'; + static SDK_VERSION = '2.0.5'; static readonly Headers = { AUTHORIZATION: 'Authorization',