v15.0.0 Release
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
15.0.0 (2022-07-28)
⚠ BREAKING CHANGES
- mojaloop/#2092: Major version bump for node v16 LTS support, re-structuring of project directories to align to core Mojaloop repositories and docker image now uses
/opt/appinstead of/opt/mojaloop-testing-toolkitwhich will impact config mounts, and changed the port number from 5000 to 4040 which will impact the values in TTK environment files used in test executions and helm values files used in K8S deployments.
Major version bump since this is a big upgrade.
Features
- mojaloop/#2092: upgraded node version and refactored postman functional tests (#215) (4ac6f40), closes mojaloop/#2092