Skip to content

Commit

Permalink
TZSD_729-SDK-com-Settle:Foi adicionado dois endpoints (SettleCharge e…
Browse files Browse the repository at this point in the history
… SettleCarnetParcel)
  • Loading branch information
thiagogresende committed Jan 3, 2019
1 parent 0194bfb commit da83d3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.17

- Added: new endpoint (settle charge)
- Added: new endpoint (settle carnet parcel)

# 1.0.16

- Added: new endpoint (create charge balance sheet)
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gerencianet/gerencianet-sdk-php",
"description": "GN API SDK PHP",
"version": "1.0.16",
"version": "1.0.17",
"require": {
"guzzlehttp/guzzle": "5.3.0",
"php": ">=5.4.0"
Expand All @@ -23,10 +23,12 @@
"name": "Thomaz Feitoza"
}, {
"name": "Filipe Mata"
}, {
"name": "Thiago Resende"
}],
"autoload": {
"psr-0": {
"Gerencianet": "src/"
}
}
}
}

0 comments on commit da83d3e

Please sign in to comment.