Skip to content

Commit 7c9907f

Browse files
Merge pull request #395 from mercadopago/release/2.9.0
update changelog
2 parents 1e62473 + 6179f3c commit 7c9907f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Releases
2+
## VERSION 2.9.0
3+
- Task: Update the local project to comply with release 2.8.0
4+
- Task: Update dependencies and validate builds/tests
5+
- Fix: Removed invalid 'aa' field in 'CreateOrderRequest' in 'order/create'
26

37
## VERSION 2.8.0
48

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mercadopago",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "Mercadopago SDK for Node.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/utils/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export class AppConfig {
55
static readonly BASE_URL = 'https://api.mercadopago.com';
66
static readonly PRODUCT_ID = 'bc32b6ntrpp001u8nhkg';
77

8-
static SDK_VERSION = '2.8.0';
8+
static SDK_VERSION = '2.9.0';
99

1010
static readonly Headers = {
1111
AUTHORIZATION: 'Authorization',

0 commit comments

Comments
 (0)