Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Bump to version 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbugge authored and jespera committed Feb 17, 2021
1 parent 8dad3ee commit 0aff042
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

## Changelog

### Unreleased
### [19.0.0] - 2021-02-17

* Renamed the `DateTime` CSL type to `Instant`.
* Added support for new date/time types.
* Added description and termination time as parameters to termination command.
* Changed `declarationExpressionArguments` to `declarationExpressionArgument`. It is now a single value instead of a list of values.
* Moved instantiationTime into instantiationDetails in the Contract interface.
* Moved `instantiationTime` into `instantiationDetails` in the Contract interface.

### [18.0.0] - 2021-01-20

Expand Down Expand Up @@ -167,6 +167,7 @@
* (Note: Requires Deon-api version 0.22.0) Introduced a `NodeInfo.getAgents()` that wraps the api call `/agents`, to request agent values from the back end.

---
[19.0.0]: https://github.com/deondigital/api-client/compare/v18.0.0...v19.0.0
[18.0.0]: https://github.com/deondigital/api-client/compare/v17.1.0...v18.0.0
[17.1.0]: https://github.com/deondigital/api-client/compare/v17.0.0...v17.1.0
[17.0.0]: https://github.com/deondigital/api-client/compare/v16.1.0...v17.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deondigital/api-client",
"version": "18.0.0",
"version": "19.0.0",
"description": "REST client for Deon Digital CSL service",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0aff042

Please sign in to comment.