Skip to content

Commit

Permalink
change doc version
Browse files Browse the repository at this point in the history
  • Loading branch information
WhinterGoncalves committed Aug 28, 2019
1 parent fb13a54 commit 5a75dde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# 3.1.0

- Add: New endpoint (oneStep)

# 3.0.0

- Add: TLS 1.2 support

# 2.0.0

- Add: Proxy configurations and New endpoints (settleCharge and settleCarnetParcel)

# 1.0.0

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion src/dll-src/uGerenciaNetIndy.pas
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function TokenExpired: Boolean;
ProxyPort: Integer;
ExpireDateTime : TDateTime;

const API_SDK = 'delphi-3.0.2';
const API_SDK = 'delphi-3.1.0';

implementation

Expand Down

0 comments on commit 5a75dde

Please sign in to comment.