Skip to content

Commit

Permalink
Merge branch 'licenses-field' into 'master'
Browse files Browse the repository at this point in the history
Introduced licenseName field for reinstall and order for vps

See merge request transip/restapi-cli-client!142
  • Loading branch information
samihsoylu committed Jan 20, 2022
2 parents 2359685 + c5dc5e6 commit 261732b
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 67 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

6.14.0
-----
* Added licenseName field for vps order
* Added licenseName field for vps install


6.12.1
-----
* Fixed a json serializable return datatype deprecation that occurred when running on PHP 8.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"symfony/console": "^4.3",
"symfony/finder": "^4.3",
"symfony/filesystem": "^4.3",
"transip/transip-api-php": "^6.12.1",
"transip/transip-api-php": "^6.14.0",
"symfony/yaml": "^4.3",
"webmozart/path-util": "^2.3"
},
Expand Down
126 changes: 64 additions & 62 deletions composer.lock

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

Loading

0 comments on commit 261732b

Please sign in to comment.