Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into minor/iso
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Jan 12, 2025
2 parents e27537d + 8d664cf commit f6840f1
Show file tree
Hide file tree
Showing 22 changed files with 1,142 additions and 325 deletions.
3 changes: 1 addition & 2 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Add a comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
reject: [
"json-rules-engine",
"eslint",
"@mojaloop/sdk-standard-components" # Version 17.4.0 introduced the bug: this.logger.isDebugEnabled is not a function
"eslint"
]
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [16.0.1](https://github.com/mojaloop/quoting-service/compare/v16.0.0...v16.0.1) (2024-12-18)


### Refactors

* **csi-944:** refactor code for maintainability ([#379](https://github.com/mojaloop/quoting-service/issues/379)) ([80beb3f](https://github.com/mojaloop/quoting-service/commit/80beb3f04fc106903a88b01ea9aa78b5f45fff0c))

## [16.0.0](https://github.com/mojaloop/quoting-service/compare/v15.7.3...v16.0.0) (2024-12-17)


### ⚠ BREAKING CHANGES

* fx and interscheme implementation (#353)

### Features

* fx and interscheme implementation ([#353](https://github.com/mojaloop/quoting-service/issues/353)) ([bc4e126](https://github.com/mojaloop/quoting-service/commit/bc4e126041180178ea69369b52b7f441526dbbd2))


### Chore

* **moja-tools-bot:** update license md ([#363](https://github.com/mojaloop/quoting-service/issues/363)) ([bad3fd9](https://github.com/mojaloop/quoting-service/commit/bad3fd959a31a8ef60f124ae6795e825a507aafe))

### [15.7.3](https://github.com/mojaloop/quoting-service/compare/v15.7.2...v15.7.3) (2024-06-17)


Expand Down
7 changes: 3 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

Copyright © 2020-2024 Mojaloop Foundation

The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0
(the "License") and you may not use these files except in compliance with the [License](http://www.apache.org/licenses/LICENSE-2.0).
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License.

You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the [License](http://www.apache.org/licenses/LICENSE-2.0).
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Both the Payer and Payee FSP should calculate their part of the quote to be able

> [Quoting Service Sequence diagram](diagrams/quotingServiceSequences.puml)
> [FX Quotes Sequence diagram](diagrams/fx-quotes.puml)
## Running Locally

Please follow the instruction in [Onboarding Document](onboarding.md) to setup and run the service locally.
Expand Down
Loading

0 comments on commit f6840f1

Please sign in to comment.